release-haskell.nix: GHC 7.6.x has a Haskell Platform now
This commit is contained in:
parent
f47d100de7
commit
fb86ac1b96
@ -187,7 +187,7 @@ mapHaskellTestOn {
|
||||
hashedStorage = default;
|
||||
haskeline = default;
|
||||
haskellLexer = default;
|
||||
haskellPlatform = allBut ghc763;
|
||||
haskellPlatform = all;
|
||||
haskellSrc = all;
|
||||
haskellSrcExts = default;
|
||||
haskellSrcMeta = default;
|
||||
|
Loading…
Reference in New Issue
Block a user