From 3b8a7f2f70285b9037e2f411f9e1ad0b5a55f112 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 14 Mar 2015 14:09:20 +0100 Subject: [PATCH] haskell-amazonka does not compile with ghc-7.8.x. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 1 + 1 file changed, 1 insertion(+) 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 bd308b7f420..dc43d296ba3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -79,6 +79,7 @@ self: super: { tidal-midi = dontDistribute super.tidal-midi; # These packages need mtl 2.2.x directly or indirectly via dependencies. + amazonka = markBroken super.amazonka; apiary-purescript = markBroken super.apiary-purescript; clac = dontDistribute super.clac; highlighter2 = markBroken super.highlighter2;