From a9f09f619be601eec80fd69644924b51c1477279 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 15 Feb 2015 20:48:36 +0100 Subject: [PATCH] haskell-configuration-tools does not compile. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 941a0ca36ea..0a908cafe30 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -506,6 +506,10 @@ 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; + } // { # Not on Hackage.