1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-hashable: jailbreak to fix build with ghc-8.2.x

This commit is contained in:
Peter Simons 2017-07-07 12:25:55 +02:00
parent 2180d2c118
commit bde4ef2234

View file

@ -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;