From 17a6cbc11c40cf1b2211d3edffea2eb4dbf2c535 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 Mar 2015 16:03:31 +0100 Subject: [PATCH] haskell-miniforth needs mtl 2.2.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 a507222ee92..d4f87fe186d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -83,6 +83,7 @@ self: super: { clac = dontDistribute super.clac; highlighter2 = markBroken super.highlighter2; hypher = markBroken super.hypher; + miniforth = markBroken super.miniforth; purescript = markBroken super.purescript; xhb-atom-cache = markBroken super.xhb-atom-cache; xhb-ewmh = markBroken super.xhb-ewmh;