haskell-fgl: ignore the new cabal revision published on Hackage

This commit is contained in:
Peter Simons 2018-10-19 12:16:12 +02:00
parent 0fdbed7f53
commit 6c2f00e4e5

View File

@ -81,7 +81,7 @@ self: super: {
# https://github.com/haskell/fgl/issues/79
# https://github.com/haskell/fgl/issues/81
fgl = appendPatch super.fgl ./patches/fgl-monad-fail.patch;
fgl = appendPatch (overrideCabal super.fgl (drv: { editedCabalFile = null; })) ./patches/fgl-monad-fail.patch;
# Test suite does not compile.
cereal = dontCheck super.cereal;