From 0d4058b0cbf1ff11a362afb9e5b7a9e464cf73cc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 Mar 2015 14:10:17 +0100 Subject: [PATCH] haskell-yabi-muno cannot be built with GHC 7.8.x because it needs mtl 2.2.x. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 718f56fb44a..a507222ee92 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -78,17 +78,16 @@ self: super: { hosc = dontDistribute super.hosc; tidal-midi = dontDistribute super.tidal-midi; - # Needs mtl 2.2.x due to "plailude". - clac = dontDistribute super.clac; - # These packages need mtl 2.2.x directly or indirectly via dependencies. apiary-purescript = markBroken super.apiary-purescript; + clac = dontDistribute super.clac; highlighter2 = markBroken super.highlighter2; hypher = markBroken super.hypher; purescript = markBroken super.purescript; xhb-atom-cache = markBroken super.xhb-atom-cache; xhb-ewmh = markBroken super.xhb-ewmh; yesod-purescript = markBroken super.yesod-purescript; + yabi-muno = markBroken super.yabi-muno; yet-another-logger = markBroken super.yet-another-logger; # https://github.com/frosch03/arrowVHDL/issues/2