3
0
Fork 0
forked from mirrors/nixpkgs

haskell-comonad: re-enable tests

https://github.com/ekmett/comonad/issues/25 is fixed now and they
work again.
This commit is contained in:
Daniel Fox Franke 2015-08-30 22:19:36 -04:00
parent 8e26a55dc4
commit 76a497c95e

View file

@ -818,9 +818,6 @@ self: super: {
# FPCO's fork of Cabal won't succeed its test suite.
Cabal-ide-backend = dontCheck super.Cabal-ide-backend;
# https://github.com/ekmett/comonad/issues/25
comonad = dontCheck super.comonad;
# https://github.com/jaspervdj/websockets/issues/104
websockets = dontCheck super.websockets;