about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-04-20 10:11:08 +0200
committerPeter Simons <simons@cryp.to>2018-04-20 15:24:03 +0200
commit2c4e291083621e3005a3c1b3a7b1df8e151f78f5 (patch)
tree9a29e86494c8d267287a6f4451a032fbda8e3205 /pkgs/development/haskell-modules
parentcb7b52a1b150314f64d98745aa02b127d0052b06 (diff)
downloadnixlib-2c4e291083621e3005a3c1b3a7b1df8e151f78f5.tar
nixlib-2c4e291083621e3005a3c1b3a7b1df8e151f78f5.tar.gz
nixlib-2c4e291083621e3005a3c1b3a7b1df8e151f78f5.tar.bz2
nixlib-2c4e291083621e3005a3c1b3a7b1df8e151f78f5.tar.lz
nixlib-2c4e291083621e3005a3c1b3a7b1df8e151f78f5.tar.xz
nixlib-2c4e291083621e3005a3c1b3a7b1df8e151f78f5.tar.zst
nixlib-2c4e291083621e3005a3c1b3a7b1df8e151f78f5.zip
haskell-brick: jailbreak for the benefit of GHC 8.4.2
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 7538c3697412..f55de74d6ce1 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -583,7 +583,7 @@ self: super: {
   });
 
   # Older versions don't compile.
-  brick = self.brick_0_36;
+  brick = doJailbreak super.brick_0_36; # https://github.com/jtdaugherty/brick/issues/171
   HaTeX = self.HaTeX_3_19_0_0;
   matrix = self.matrix_0_3_6_1;
   pandoc = self.pandoc_2_1_3;