Drop obsolete Haskell overrides.
The overrides for the following packages no longer help: - HaVSA - test-framework-quickcheck
This commit is contained in:
parent
8fdba8ca99
commit
3cf9c63c64
@ -414,10 +414,6 @@ self: super: {
|
|||||||
# https://github.com/vincenthz/hs-asn1/issues/12
|
# https://github.com/vincenthz/hs-asn1/issues/12
|
||||||
asn1-encoding = dontCheck super.asn1-encoding;
|
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.
|
# Avoid "QuickCheck >=2.3 && <2.10" dependency we cannot fulfill in lts-11.x.
|
||||||
test-framework = dontCheck super.test-framework;
|
test-framework = dontCheck super.test-framework;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user