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-17 17:31:38 +0100
committerPeter Simons <simons@cryp.to>2018-03-17 21:16:49 +0100
commitcedf31b04af86214ccd6abbaf13fc628b03de795 (patch)
tree297d3fd60367ea766b6ad17451ab7af98a0c4fd5 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent84bd9be9ce463fb7860e84033dff263fbfac6d12 (diff)
downloadnixlib-cedf31b04af86214ccd6abbaf13fc628b03de795.tar
nixlib-cedf31b04af86214ccd6abbaf13fc628b03de795.tar.gz
nixlib-cedf31b04af86214ccd6abbaf13fc628b03de795.tar.bz2
nixlib-cedf31b04af86214ccd6abbaf13fc628b03de795.tar.lz
nixlib-cedf31b04af86214ccd6abbaf13fc628b03de795.tar.xz
nixlib-cedf31b04af86214ccd6abbaf13fc628b03de795.tar.zst
nixlib-cedf31b04af86214ccd6abbaf13fc628b03de795.zip
haskell-brick: override to latest version to fix build with 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.nix4
1 files changed, 4 insertions, 0 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 5a0f91615c11..24b7cd82fb83 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -704,4 +704,8 @@ self: super: {
       sha256 = "1sgfnyi2ma8vf91dw9ax9xbbjfcja1q5q9vcwa1rhh05jv8j036a";
     };
   };
+
+  # Older versions don't compile.
+  brick = self.brick_0_35;
+
 }