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:
Peter Simons 2018-05-30 00:19:10 +02:00
parent 2495f07222
commit 4f696f391d

View file

@ -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