haskell-monad-par: fix build with ghc-7.4.x

This commit is contained in:
Peter Simons 2015-05-05 20:59:54 +02:00
parent b5c368cbe4
commit ea9e11db9a

View File

@ -73,4 +73,7 @@ self: super: {
# Test suite won't compile.
unix-time = dontCheck super.unix-time;
# Avoid depending on tasty-golden.
monad-par = dontCheck super.monad-par;
}