cabal: enable the split-objects feature again for current versions of GHC
This commit is contained in:
parent
bd36eadf98
commit
fc51c1d163
@ -133,9 +133,7 @@ assert !enableStaticLibraries -> versionOlder "7.7" ghc.version;
|
|||||||
jailbreak = false;
|
jailbreak = false;
|
||||||
|
|
||||||
# pass the '--enable-split-objs' flag to cabal in the configure stage
|
# pass the '--enable-split-objs' flag to cabal in the configure stage
|
||||||
enableSplitObjs = !( stdenv.isDarwin # http://hackage.haskell.org/trac/ghc/ticket/4013
|
enableSplitObjs = !stdenv.isDarwin; # http://hackage.haskell.org/trac/ghc/ticket/4013
|
||||||
|| versionOlder "7.6.99" ghc.version # -fsplit-ojbs is broken in 7.7 snapshot
|
|
||||||
);
|
|
||||||
|
|
||||||
# pass the '--enable-tests' flag to cabal in the configure stage
|
# pass the '--enable-tests' flag to cabal in the configure stage
|
||||||
# and run any regression test suites the package might have
|
# and run any regression test suites the package might have
|
||||||
|
Loading…
x
Reference in New Issue
Block a user