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
commit4f21e87fbe32f9aa260eb0cdf576e47d1e321892 (patch)
tree6941b8186c7320448ae27717b080e889f194bbe2 /pkgs/development/haskell-modules
parentcab7cea53cae57a769fbf073dcf69fb40e6596d6 (diff)
haskell-aeson-diff: jailbreak when building 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 8ff184cb280..93dd837b106 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -164,4 +164,7 @@ self: super: {
sha256 = "0zsgzn0nvdxvqi5z0za3gzlhql2x5d5cr0kkr19j5c67fy177w6b";
});
+ # over-specified version constraints
+ aeson-diff = doJailbreak super.aeson-diff;
+
}