summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-24 12:33:31 +0200
committerPeter Simons <simons@cryp.to>2017-07-26 10:19:57 +0200
commit4664cf80798854b22a4d21799bfce8f993f7c618 (patch)
treed50125c0febad47dd86ec5b005cd2e76f2807024
parentaafe3d29c1572b89aa0f4f8095ffd9a43c77229e (diff)
downloadnixlib-4664cf80798854b22a4d21799bfce8f993f7c618.tar
nixlib-4664cf80798854b22a4d21799bfce8f993f7c618.tar.gz
nixlib-4664cf80798854b22a4d21799bfce8f993f7c618.tar.bz2
nixlib-4664cf80798854b22a4d21799bfce8f993f7c618.tar.lz
nixlib-4664cf80798854b22a4d21799bfce8f993f7c618.tar.xz
nixlib-4664cf80798854b22a4d21799bfce8f993f7c618.tar.zst
nixlib-4664cf80798854b22a4d21799bfce8f993f7c618.zip
hackage2nix: keep Cabal 1.24.x around for the time being
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 204a23c62863..692d9fc02a79 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -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