haskell-comonad: disable test suite to work avoid doctest failure

This commit is contained in:
Peter Simons 2015-06-03 16:13:09 +02:00
parent 697a80c004
commit dbf55842e8

View File

@ -834,4 +834,7 @@ self: super: {
# https://github.com/jgm/gitit/issues/494
gitit = markBroken super.gitit;
# https://github.com/ekmett/comonad/issues/25
comonad = dontCheck super.comonad;
}