aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-18 15:13:27 +0000
committerPeter Simons <simons@cryp.to>2019-09-22 13:43:09 +0200
commita62a68e1253278f4a308861a4df677f74a66ec8c (patch)
tree5babea7b13f8ac17ebc885b2773796cb9079f580 /pkgs/development/haskell-modules
parent4f21e87fbe32f9aa260eb0cdf576e47d1e321892 (diff)
haskell-hpack: mark the build as broken when compiling with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 93dd837b106..314c11e245d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -167,4 +167,7 @@ self: super: {
# over-specified version constraints
aeson-diff = doJailbreak super.aeson-diff;
+ # https://github.com/sol/hpack/issues/371
+ hpack = markBrokenVersion "0.32.0" super.hpack;
+
}