haskellPackages.fgl*: allow newer hspec

This commit is contained in:
sternenseemann 2022-02-19 09:52:12 +01:00
parent b80b106e43
commit 5c971a179d

View file

@ -2128,6 +2128,10 @@ self: super: {
# Invalid CPP in test suite: https://github.com/cdornan/memory-cd/issues/1
memory-cd = dontCheck super.memory-cd;
# https://github.com/haskell/fgl/pull/99
fgl = doJailbreak super.fgl;
fgl-arbitrary = doJailbreak super.fgl-arbitrary;
# raaz-0.3 onwards uses backpack and it does not play nicely with
# parallel builds using -j
#