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-01 10:13:31 +0200
committerPeter Simons <simons@cryp.to>2018-04-01 16:56:54 +0200
commitd265fc72741211549af2b8a5d0aa33effb346525 (patch)
tree7bb773931473458921f64e5c778954440ca43237 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent932a07340c6d91a5a0004f08acf77a8a995b5291 (diff)
downloadnixlib-d265fc72741211549af2b8a5d0aa33effb346525.tar
nixlib-d265fc72741211549af2b8a5d0aa33effb346525.tar.gz
nixlib-d265fc72741211549af2b8a5d0aa33effb346525.tar.bz2
nixlib-d265fc72741211549af2b8a5d0aa33effb346525.tar.lz
nixlib-d265fc72741211549af2b8a5d0aa33effb346525.tar.xz
nixlib-d265fc72741211549af2b8a5d0aa33effb346525.tar.zst
nixlib-d265fc72741211549af2b8a5d0aa33effb346525.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 9649effeabe7..1ce1f2dd6dcf 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_35_1;
+  brick = self.brick_0_36;
   data-inttrie = self.data-inttrie_0_1_4;
   HaTeX = self.HaTeX_3_19_0_0;
   matrix = self.matrix_0_3_6_1;