From 7694bb18c87cdaf1bd720a91a4ae8c3d344bccf8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 Apr 2016 12:21:58 +0200 Subject: haskell-comonad: fix build with ghc-8.0.x --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 4c6c59c6ea7..0753e64c1e8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -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; + } -- cgit 1.4.1