summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-07 12:25:55 +0200
committerPeter Simons <simons@cryp.to>2017-07-13 08:44:18 +0200
commitbde4ef2234fa1aea2edace217faf4b4cd478d718 (patch)
tree3cda73f3b0644e6c0d5c62bac25bf090eb71eb4f /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parent2180d2c1180b04b14877cccad841fdb06941255a (diff)
downloadnixlib-bde4ef2234fa1aea2edace217faf4b4cd478d718.tar
nixlib-bde4ef2234fa1aea2edace217faf4b4cd478d718.tar.gz
nixlib-bde4ef2234fa1aea2edace217faf4b4cd478d718.tar.bz2
nixlib-bde4ef2234fa1aea2edace217faf4b4cd478d718.tar.lz
nixlib-bde4ef2234fa1aea2edace217faf4b4cd478d718.tar.xz
nixlib-bde4ef2234fa1aea2edace217faf4b4cd478d718.tar.zst
nixlib-bde4ef2234fa1aea2edace217faf4b4cd478d718.zip
haskell-hashable: jailbreak to fix build with ghc-8.2.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
index 90d007229966..33503a75c023 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -67,6 +67,7 @@ self: super: {
 
   # Work around overly restrictive constraints on the version of 'base'.
   ChasingBottoms = doJailbreak super.ChasingBottoms;
+  hashable = doJailbreak super.hashable;
 
   # https://github.com/haskell-compat/base-orphans/issues/42
   base-orphans = dontCheck super.base-orphans;