forked from mirrors/nixpkgs
haskell: fix evaluation error in configuration-ghc-8.2.x.nix
This commit is contained in:
parent
c59c53bf39
commit
88630c94ae
|
@ -88,6 +88,6 @@ self: super: {
|
|||
path-io = super.path-io_1_3_3;
|
||||
trifecta = super.trifecta_1_7_1_1;
|
||||
aeson-compat = dontCheck super.aeson-compat_0_3_7_1; # test suite needs QuickCheck 2.10.*
|
||||
binary-orphans = dontCheck super.binary-orphans_0_1_7_0; # test suite needs QuickCheck 2.10.*
|
||||
binary-orphans = dontCheck super.binary-orphans_0_1_8_0; # test suite needs QuickCheck 2.10.*
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue