From 961011aea152020d986fcf7109cc30347f45b2c3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Aug 2015 14:26:18 +0200 Subject: [PATCH] haskell-logger: we cannot easily build the test suite due to cyclic dependencies --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 522eb47d257..8a99abf512b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -920,4 +920,7 @@ self: super: { # https://github.com/alphaHeavy/lzma-conduit/issues/5 lzma-conduit = dontCheck super.lzma-conduit; + # https://github.com/kazu-yamamoto/logger/issues/42 + logger = dontCheck super.logger; + }