haskell-comonad: fix build with ghc-8.0.x

This commit is contained in:
Peter Simons 2016-04-06 12:21:58 +02:00
parent 7f976c7729
commit 7694bb18c8

View file

@ -55,4 +55,8 @@ self: super: {
# No modules defined for this compiler.
fail = dontHaddock super.fail;
# Version 4.x doesn't compile with transformers 0.5 or later.
comonad_5 = dontCheck super.comonad_5; # https://github.com/ekmett/comonad/issues/33
comonad = self.comonad_5;
}