1
0
forked from GitHub/gf-core

Setup.hs: disable parallel RGL build support for now, since it is incompatible with Cabal<1.20

This commit is contained in:
hallgren
2014-08-25 11:22:20 +00:00
parent c0eb79b403
commit 238652c6f9

View File

@@ -100,8 +100,8 @@ execute command args =
numJobs flags = numJobs flags =
if null n if null n
then [] then []
else ["-j=8"++n,"+RTS","-A20M","-N"++n,"-RTS"] else ["-j="++n,"+RTS","-A20M","-N"++n,"-RTS"]
where where
n = case buildNumJobs flags of n = {-case buildNumJobs flags of
Flag mn | mn/=Just 1-> maybe "" show mn Flag mn | mn/=Just 1-> maybe "" show mn
_ -> "" _ ->-} ""