From 31073f367e0f6362e1f4a2c36e1f5fe4e29f7464 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 14:33:14 +0100 Subject: [PATCH] haskell-configuration-tools: build succeeds with GHC 7.8.x now Test suite is broken, though. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 5 +---- 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 3f5273806fd..cc9ed3709ed 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -563,6 +563,9 @@ self: super: { # https://github.com/mikeizbicki/hmm/issues/12 hmm = markBroken super.hmm; + # https://github.com/alephcloud/hs-configuration-tools/issues/40 + configuration-tools = dontCheck super.configuration-tools; + } // { # Not on Hackage. 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 20c82c0f2c3..ad88c9ffef1 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -85,12 +85,9 @@ 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; - # Needs mtl 2.2.x. hypher = markBroken super.hypher; + yet-another-logger = markBroken super.yet-another-logger; }