haskell-monad-par: disable the test suite to fix the build with ghc-8.6.1

This commit is contained in:
Peter Simons 2018-10-19 11:32:17 +02:00
parent 60744d784a
commit 1643a57fd0

View file

@ -89,6 +89,7 @@ self: super: {
psqueues = dontCheck super.psqueues; # won't cope with QuickCheck 2.12.x
system-fileio = dontCheck super.system-fileio; # avoid dependency on broken "patience"
unicode-transforms = dontCheck super.unicode-transforms;
monad-par = dontCheck super.monad-par; # https://github.com/simonmar/monad-par/issues/66
# https://github.com/bmillwood/haskell-src-meta/pull/80
haskell-src-meta = doJailbreak super.haskell-src-meta;