From 3e4e6d533720574f8cfacedb1ead8b4d21177bfc Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 23 Jun 2015 10:22:35 +0000 Subject: [PATCH] WebSetup.hs: a note about parallel builds --- WebSetup.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebSetup.hs b/WebSetup.hs index 0f2d24b7d..b4b6520ea 100644 --- a/WebSetup.hs +++ b/WebSetup.hs @@ -97,6 +97,9 @@ execute command args = where showArg arg = if ' ' `elem` arg then "'" ++ arg ++ "'" else arg +-- | This function is used to enable parallel compilation of the RGL and +-- example grammars, but it is commented out by default +-- to avoid casing problems for developers using Cabal<1.20 numJobs flags = if null n then ["-j=1"]