release-haskell.nix: build the latest version of Cabal and cabal-install with all GHC major releases

This commit is contained in:
Peter Simons 2013-06-15 11:59:13 +02:00
parent e049b5b972
commit 7d67e76664

View file

@ -81,10 +81,12 @@ mapHaskellTestOn {
bytestringMmap = default;
bytestringNums = default;
bytestringTrie = default;
Cabal_1_16_0_3 = all;
cabal2Ghci = default;
cabal2nix = allBut ghc6104;
cabalDev = default ++ latest;
cabalGhci = default ++ latest;
cabalInstall_1_16_0_2 = all;
cabalInstall = all;
cairo = default;
caseInsensitive = default;