haskell-graphviz: the test suite build is broken by QuickCheck 2.8

This commit is contained in:
Peter Simons 2015-05-18 18:15:55 +02:00
parent 8e48f09284
commit 72f54f51e3

View File

@ -287,7 +287,7 @@ self: super: {
tasty-rerun = dontHaddock (appendConfigureFlag super.tasty-rerun "--ghc-option=-XFlexibleContexts");
# http://hub.darcs.net/ivanm/graphviz/issue/5
graphviz = appendPatch super.graphviz ./graphviz-fix-ghc710.patch;
graphviz = dontCheck (dontJailbreak (appendPatch super.graphviz ./graphviz-fix-ghc710.patch));
# Broken with GHC 7.10.x.
aeson_0_7_0_6 = markBroken super.aeson_0_7_0_6;