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;
haskeline = default;
haskellLexer = default;
haskellPlatform = allBut ghc763;
haskellPlatform = all;
haskellSrc = all;
haskellSrcExts = default;
haskellSrcMeta = default;