about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-28 15:25:53 +0000
committerPeter Simons <simons@cryp.to>2019-08-28 15:50:33 +0000
commit374a39e598815c27d470f4ff57496eccb521f3de (patch)
treee827ca77f89b01fb4cf476150ea7dfedc02eae06 /pkgs/development/haskell-modules
parenta9dd9c7c2f1900db1808debe3b465bf15b63652c (diff)
downloadnixlib-374a39e598815c27d470f4ff57496eccb521f3de.tar
nixlib-374a39e598815c27d470f4ff57496eccb521f3de.tar.gz
nixlib-374a39e598815c27d470f4ff57496eccb521f3de.tar.bz2
nixlib-374a39e598815c27d470f4ff57496eccb521f3de.tar.lz
nixlib-374a39e598815c27d470f4ff57496eccb521f3de.tar.xz
nixlib-374a39e598815c27d470f4ff57496eccb521f3de.tar.zst
nixlib-374a39e598815c27d470f4ff57496eccb521f3de.zip
cabal-install: jailbreak build for ghc 8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 2413c5926601..0ba27168ce41 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -43,6 +43,7 @@ self: super: {
 
   # Ignore overly restrictive upper version bounds.
   async = doJailbreak super.async;
+  cabal-install = doJailbreak super.cabal-install;
   ChasingBottoms = doJailbreak super.ChasingBottoms;
   cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
   Diff = dontCheck super.Diff;