haskell-rainbox: the test suite does not compile
This commit is contained in:
parent
a3beaca54f
commit
6f7e793f03
@ -158,6 +158,9 @@ self: super: {
|
|||||||
# Needs the latest version of QuickCheck to compile.
|
# Needs the latest version of QuickCheck to compile.
|
||||||
cabal-test-quickcheck = super.cabal-test-quickcheck.override { QuickCheck = self.QuickCheck_2_8_1; };
|
cabal-test-quickcheck = super.cabal-test-quickcheck.override { QuickCheck = self.QuickCheck_2_8_1; };
|
||||||
|
|
||||||
|
# https://github.com/massysett/rainbox/issues/1
|
||||||
|
rainbox = dontCheck super.rainbox;
|
||||||
|
|
||||||
# https://github.com/techtangents/ablist/issues/1
|
# https://github.com/techtangents/ablist/issues/1
|
||||||
ABList = dontCheck super.ABList;
|
ABList = dontCheck super.ABList;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user