mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-comonad: fix build with ghc-8.0.x
This commit is contained in:
parent
7f976c7729
commit
7694bb18c8
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user