haskell-bifunctors: use latest version 5.3 when compiling with GHC 8.0.x

This commit is contained in:
Peter Simons 2016-04-13 09:37:16 +02:00
parent 3f845da22a
commit 15d7b7da10

View file

@ -59,4 +59,7 @@ self: super: {
comonad_5 = dontCheck super.comonad_5; # https://github.com/ekmett/comonad/issues/33
comonad = self.comonad_5;
# Versions <= 5.2 don't compile with transformers 0.5 or later.
bifunctors = self.bifunctors_5_3;
}