haskell-test-framework-quickcheck2: jailbreak to support ghc-8.4.x
This commit is contained in:
parent
020471ee6c
commit
3cc9445e56
@ -53,6 +53,9 @@ self: super: {
|
|||||||
# https://github.com/pcapriotti/optparse-applicative/issues/288
|
# https://github.com/pcapriotti/optparse-applicative/issues/288
|
||||||
optparse-applicative = dontCheck super.optparse-applicative;
|
optparse-applicative = dontCheck super.optparse-applicative;
|
||||||
|
|
||||||
|
# https://github.com/haskell/test-framework/issues/35
|
||||||
|
test-framework-quickcheck2 = doJailbreak super.test-framework-quickcheck2;
|
||||||
|
|
||||||
# GHC 8.4.x needs newer versions than LTS-10.x offers by default.
|
# GHC 8.4.x needs newer versions than LTS-10.x offers by default.
|
||||||
## haddock: panic! (the 'impossible' happened)
|
## haddock: panic! (the 'impossible' happened)
|
||||||
## (GHC version 8.4.20180122 for x86_64-unknown-linux):
|
## (GHC version 8.4.20180122 for x86_64-unknown-linux):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user