summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-04-23 12:03:33 +0200
committerPeter Simons <simons@cryp.to>2018-04-25 11:43:57 +0200
commit1d0a71879dac0226272212df7a2463d8eeb8f75b (patch)
treefcdaf5db4a4c21717c550cbbdd675d062b83b81e /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent33e046271af4c3a532a86fb7a8114dad6f94275e (diff)
downloadnixlib-1d0a71879dac0226272212df7a2463d8eeb8f75b.tar
nixlib-1d0a71879dac0226272212df7a2463d8eeb8f75b.tar.gz
nixlib-1d0a71879dac0226272212df7a2463d8eeb8f75b.tar.bz2
nixlib-1d0a71879dac0226272212df7a2463d8eeb8f75b.tar.lz
nixlib-1d0a71879dac0226272212df7a2463d8eeb8f75b.tar.xz
nixlib-1d0a71879dac0226272212df7a2463d8eeb8f75b.tar.zst
nixlib-1d0a71879dac0226272212df7a2463d8eeb8f75b.zip
haskell-brick: update override for ghc 8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-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 43c869feff12..fe6bc699fb98 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -578,7 +578,7 @@ self: super: {
   });
 
   # Older versions don't compile.
-  brick = doJailbreak super.brick_0_36; # https://github.com/jtdaugherty/brick/issues/171
+  brick = self.brick_0_36_2;
   HaTeX = self.HaTeX_3_19_0_0;
   matrix = self.matrix_0_3_6_1;
   pandoc = self.pandoc_2_1_3;