From 92934f386e83130cca2c6433f3399fa79f702df9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Feb 2015 10:42:11 +0100 Subject: [PATCH] haskell-hypher does not compile with GHC 7.8.x due to mtl 2.2.x requirement. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index e26b5a28860..2971af0d2a3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -89,6 +89,9 @@ self: super: { configuration-tools = markBroken super.configuration-tools; yet-another-logger = markBroken super.yet-another-logger; + # Needs mtl 2.2.x. + hypher = markBroken super.hypher; + } // # packages relating to amazonka