From a9577da115fbd5a04e9650e22d4b378acb1ebca6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 9 May 2018 20:02:35 +0200 Subject: [PATCH] haskell-brick: update override for ghc-8.4.x to the latest version --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;