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-05-09 20:02:35 +0200
committerPeter Simons <simons@cryp.to>2018-05-09 20:41:33 +0200
commita9577da115fbd5a04e9650e22d4b378acb1ebca6 (patch)
treef3979aed799afc9bf35ad24c1c8508de4837f027 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent77fbd14d8552c311c6bd8e54c94fe41e5edd7c79 (diff)
downloadnixpkgs-a9577da115fbd5a04e9650e22d4b378acb1ebca6.tar
nixpkgs-a9577da115fbd5a04e9650e22d4b378acb1ebca6.tar.gz
nixpkgs-a9577da115fbd5a04e9650e22d4b378acb1ebca6.tar.bz2
nixpkgs-a9577da115fbd5a04e9650e22d4b378acb1ebca6.tar.lz
nixpkgs-a9577da115fbd5a04e9650e22d4b378acb1ebca6.tar.xz
nixpkgs-a9577da115fbd5a04e9650e22d4b378acb1ebca6.tar.zst
nixpkgs-a9577da115fbd5a04e9650e22d4b378acb1ebca6.zip
haskell-brick: update override for ghc-8.4.x to the latest version
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 4ed59fb6662..70624d1ed6a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -441,7 +441,7 @@ self: super: {
   });
 
   # Older versions don't compile.
-  brick = self.brick_0_36_3;
+  brick = self.brick_0_37;
   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;