mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
haskell-lhc: drop obsolete override
This commit is contained in:
parent
8ffcd238c3
commit
71f0092143
@ -563,9 +563,6 @@ self: super: {
|
|||||||
HaVSA = super.HaVSA.override { QuickCheck = self.QuickCheck_1_2_0_1; };
|
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; };
|
test-framework-quickcheck = super.test-framework-quickcheck.override { QuickCheck = self.QuickCheck_1_2_0_1; };
|
||||||
|
|
||||||
# Doesn't support "this system". Linux? Needs investigation.
|
|
||||||
lhc = markBroken (super.lhc.override { QuickCheck = self.QuickCheck_1_2_0_1; });
|
|
||||||
|
|
||||||
# Depends on broken test-framework-quickcheck.
|
# Depends on broken test-framework-quickcheck.
|
||||||
apiary = dontCheck super.apiary;
|
apiary = dontCheck super.apiary;
|
||||||
apiary-authenticate = dontCheck super.apiary-authenticate;
|
apiary-authenticate = dontCheck super.apiary-authenticate;
|
||||||
|
Loading…
Reference in New Issue
Block a user