3
0
Fork 0
forked from mirrors/nixpkgs

release-haskell.nix: GHC 7.6.x has a Haskell Platform now

This commit is contained in:
Peter Simons 2013-05-12 15:45:27 +02:00
parent f47d100de7
commit fb86ac1b96

View file

@ -187,7 +187,7 @@ mapHaskellTestOn {
hashedStorage = default; hashedStorage = default;
haskeline = default; haskeline = default;
haskellLexer = default; haskellLexer = default;
haskellPlatform = allBut ghc763; haskellPlatform = all;
haskellSrc = all; haskellSrc = all;
haskellSrcExts = default; haskellSrcExts = default;
haskellSrcMeta = default; haskellSrcMeta = default;