Merge pull request #9569 from dfoxfranke/haskell-comonad

haskell-comonad: re-enable tests
This commit is contained in:
Peter Simons 2015-08-31 10:16:23 +02:00
commit 8a7d90499d

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;