mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
hackage2nix: keep Cabal 1.24.x around for the time being
This commit is contained in:
parent
aafe3d29c1
commit
4664cf8079
1 changed files with 1 additions and 0 deletions
|
@ -2446,6 +2446,7 @@ extra-packages:
|
|||
- binary > 0.8 && < 0.9 # keep a 8.x major release around for older compilers
|
||||
- Cabal == 1.18.* # required for cabal-install et al on old GHC versions
|
||||
- Cabal == 1.20.* # required for cabal-install et al on old GHC versions
|
||||
- Cabal == 1.24.* # required for jailbreak-cabal etc.
|
||||
- containers < 0.5 # required to build alex with GHC 6.12.3
|
||||
- control-monad-free < 0.6 # newer versions don't compile with anything but GHC 7.8.x
|
||||
- deepseq == 1.3.0.1 # required to build Cabal with GHC 6.12.3
|
||||
|
|
Loading…
Reference in a new issue