about 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-03-25 19:33:04 +0200
committerPeter Simons <simons@cryp.to>2018-03-25 20:21:45 +0200
commitdfa16404295d4b918b0959f76a56026886bb90df (patch)
treeb9d954c2b0be05165c7bc9dbef06e625d31d8d95 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent8446b031c48a4fbc6b0532822874fa4f52c8defb (diff)
downloadnixlib-dfa16404295d4b918b0959f76a56026886bb90df.tar
nixlib-dfa16404295d4b918b0959f76a56026886bb90df.tar.gz
nixlib-dfa16404295d4b918b0959f76a56026886bb90df.tar.bz2
nixlib-dfa16404295d4b918b0959f76a56026886bb90df.tar.lz
nixlib-dfa16404295d4b918b0959f76a56026886bb90df.tar.xz
nixlib-dfa16404295d4b918b0959f76a56026886bb90df.tar.zst
nixlib-dfa16404295d4b918b0959f76a56026886bb90df.zip
haskell-brick: fix 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 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;