parent
55325978c0
commit
3d60f6401f
@ -3,7 +3,7 @@
|
|||||||
, ignoreCollisions ? false, withLLVM ? false }:
|
, ignoreCollisions ? false, withLLVM ? false }:
|
||||||
|
|
||||||
# This wrapper works only with GHC 6.12 or later.
|
# This wrapper works only with GHC 6.12 or later.
|
||||||
assert lib.versionOlder "6.12" ghc.version;
|
assert lib.versionOlder "6.12" ghc.version || ghc.isGhcjs;
|
||||||
|
|
||||||
# It's probably a good idea to include the library "ghc-paths" in the
|
# It's probably a good idea to include the library "ghc-paths" in the
|
||||||
# compiler environment, because we have a specially patched version of
|
# compiler environment, because we have a specially patched version of
|
||||||
|
Loading…
Reference in New Issue
Block a user