about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-29 17:43:23 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commitdff789ddabd0d71ad6077abe085baa627f9cbe99 (patch)
treee2ea5e8eb09ac2a3185c580254b23918597f37eb /pkgs/development/haskell-modules
parent5641a8da281baa02b2556d6138c9edf8e1d05a0f (diff)
downloadnixlib-dff789ddabd0d71ad6077abe085baa627f9cbe99.tar
nixlib-dff789ddabd0d71ad6077abe085baa627f9cbe99.tar.gz
nixlib-dff789ddabd0d71ad6077abe085baa627f9cbe99.tar.bz2
nixlib-dff789ddabd0d71ad6077abe085baa627f9cbe99.tar.lz
nixlib-dff789ddabd0d71ad6077abe085baa627f9cbe99.tar.xz
nixlib-dff789ddabd0d71ad6077abe085baa627f9cbe99.tar.zst
nixlib-dff789ddabd0d71ad6077abe085baa627f9cbe99.zip
haskell.packages.ghc881.chell: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix3
1 files changed, 3 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 241cc49a145d..a91566e10a57 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -159,5 +159,8 @@ self: super: {
       cp -v ${pkgs.fetchurl {url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/memory-0.14.18.cabal"; sha256 = "1325wny0irnq51rz0f4xgkvm01p6n4z5jid2jgpkhjac8a2sdgwl";}} memory.cabal
     '';
   });
+  chell = overrideCabal (doJailbreak super.chell) (_drv: {
+    broken = false;
+  });
   yaml = self.yaml_0_11_1_2;
 }