mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-defaults.nix: down-grade cabal-install to 1.20.x for GHC < 7.4.x
This commit is contained in:
parent
a0a192e318
commit
f1fc78d998
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
};
|
||||
|
||||
ghc722Prefs = self : super : ghc742Prefs self super // {
|
||||
cabalInstall = self.cabalInstall_1_20_0_6;
|
||||
caseInsensitive = self.caseInsensitive_1_0_0_1;
|
||||
deepseq = self.deepseq_1_3_0_2;
|
||||
DrIFT = null; # doesn't compile with old GHC versions
|
||||
|
|
Loading…
Reference in a new issue