From dfa16404295d4b918b0959f76a56026886bb90df Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 25 Mar 2018 19:33:04 +0200 Subject: [PATCH] haskell-brick: fix override for ghc-8.4.x --- 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 ed39896863b4..613af548c331 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -655,7 +655,7 @@ self: super: { }); # Older versions don't compile. - brick = self.brick_0_35; + brick = self.brick_0_35_1; getopt-generics = self.getopt-generics_0_13_0_2; HaTeX = self.HaTeX_3_19_0_0; json = self.json_0_9_2;