haskell-fgl: avoid jailbreak to fix the build
A jailbreak-cabal binary compiles against Cabal 2.2.x will break fgl's Cabal file. Therefore, we just disable the test suite that causes these version issues.
This commit is contained in:
parent
2495f07222
commit
4f696f391d
@ -801,7 +801,7 @@ self: super: {
|
||||
|
||||
# https://github.com/haskell/fgl/issues/60
|
||||
# Needed for QuickCheck < 2.10
|
||||
fgl = doJailbreak super.fgl;
|
||||
fgl = dontCheck super.fgl;
|
||||
fgl-arbitrary = doJailbreak super.fgl-arbitrary;
|
||||
|
||||
# The tests spuriously fail
|
||||
|
Loading…
Reference in New Issue
Block a user