haskell-monad-par: fix build with ghc-7.4.x
This commit is contained in:
parent
b5c368cbe4
commit
ea9e11db9a
|
@ -73,4 +73,7 @@ self: super: {
|
||||||
# Test suite won't compile.
|
# Test suite won't compile.
|
||||||
unix-time = dontCheck super.unix-time;
|
unix-time = dontCheck super.unix-time;
|
||||||
|
|
||||||
|
# Avoid depending on tasty-golden.
|
||||||
|
monad-par = dontCheck super.monad-par;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue