Drop obsolete Haskell overrides.

The overrides for the following packages no longer help:

 - HaVSA
 - test-framework-quickcheck
This commit is contained in:
Peter Simons 2018-03-15 15:09:46 +01:00
parent 8fdba8ca99
commit 3cf9c63c64

View File

@ -414,10 +414,6 @@ self: super: {
# https://github.com/vincenthz/hs-asn1/issues/12
asn1-encoding = dontCheck super.asn1-encoding;
# Depends on QuickCheck 1.x.
HaVSA = super.HaVSA.override { QuickCheck = self.QuickCheck_1_2_0_1; };
test-framework-quickcheck = super.test-framework-quickcheck.override { QuickCheck = self.QuickCheck_1_2_0_1; };
# Avoid "QuickCheck >=2.3 && <2.10" dependency we cannot fulfill in lts-11.x.
test-framework = dontCheck super.test-framework;