haskell-bifunctors: use latest version 5.3 when compiling with GHC 8.0.x
This commit is contained in:
parent
3f845da22a
commit
15d7b7da10
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue