summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-28 10:48:03 +0200
committerPeter Simons <simons@cryp.to>2018-05-30 03:46:16 +0200
commit852e9dc448fcaab4a6bf62e22cfc49cf1be8c00d (patch)
tree47d5b0aac6eccd71449d4a249f697de6b49859cc /pkgs/development
parent9ef8d70d230ec94140b1e05617c6ebf473a8ee06 (diff)
downloadnixlib-852e9dc448fcaab4a6bf62e22cfc49cf1be8c00d.tar
nixlib-852e9dc448fcaab4a6bf62e22cfc49cf1be8c00d.tar.gz
nixlib-852e9dc448fcaab4a6bf62e22cfc49cf1be8c00d.tar.bz2
nixlib-852e9dc448fcaab4a6bf62e22cfc49cf1be8c00d.tar.lz
nixlib-852e9dc448fcaab4a6bf62e22cfc49cf1be8c00d.tar.xz
nixlib-852e9dc448fcaab4a6bf62e22cfc49cf1be8c00d.tar.zst
nixlib-852e9dc448fcaab4a6bf62e22cfc49cf1be8c00d.zip
haskell-brick: update override for ghc 8.4.x
Diffstat (limited to 'pkgs/development')
-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 0adaa5f274c3..d615dddbdcc5 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -413,7 +413,7 @@ self: super: {
 
   # Older versions don't compile.
   base-compat = self.base-compat_0_10_1;
-  brick = self.brick_0_37;
+  brick = self.brick_0_37_1;
   dhall = self.dhall_1_13_0;
   dhall_1_13_0 = doJailbreak super.dhall_1_13_0;  # support ansi-terminal 0.8.x
   HaTeX = self.HaTeX_3_19_0_0;