From 6ba8720a560ab192ff41cf581ac3715a48025ef8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Feb 2015 10:00:49 +0100 Subject: [PATCH] haskell-configuration-tools: the Cabal issue has been fixed, but the library still depends on mtl 2.2.x --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d20fe97822fc..2730885c4592 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -501,10 +501,6 @@ self: super: { # https://github.com/jwiegley/simple-conduit/issues/2 simple-conduit = markBroken super.simple-conduit; - # https://github.com/alephcloud/hs-configuration-tools/issues/36 - configuration-tools = markBroken super.configuration-tools; - yet-another-logger = markBroken super.yet-another-logger; - # https://github.com/evanrinehart/lowgl/issues/1 lowgl = markBroken super.lowgl; 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 b6a817b9bf55..88b2747ed656 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -85,6 +85,10 @@ self: super: { test-sandbox = markBroken super.test-sandbox; test-sandbox-compose = markBroken super.test-sandbox-compose; + # https://github.com/alephcloud/hs-configuration-tools/issues/38 + configuration-tools = markBroken super.configuration-tools; + yet-another-logger = markBroken super.yet-another-logger; + } // # packages relating to amazonka