forked from mirrors/nixpkgs
ghcWithPackages: remove check for GHC >= 6.12
It's been quite a while since any version below that has been in use in nixpkgs, so this check is almost certainly safe to remove.
This commit is contained in:
parent
9dac46f676
commit
f662c8be61
|
@ -9,9 +9,6 @@
|
|||
|
||||
assert ghcLibdir != null -> (ghc.isGhcjs or false);
|
||||
|
||||
# This wrapper works only with GHC 6.12 or later.
|
||||
assert lib.versionOlder "6.12" ghc.version || ghc.isGhcjs || ghc.isHaLVM;
|
||||
|
||||
# It's probably a good idea to include the library "ghc-paths" in the
|
||||
# compiler environment, because we have a specially patched version of
|
||||
# that package in Nix that honors these environment variables
|
||||
|
|
Loading…
Reference in a new issue