From 51de585de20b9a975a4cb77b3c185c1b91e026c0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 29 Jan 2015 11:23:12 +0100 Subject: [PATCH] haskell-text-show: test suite doesn't compile because of missing overlap.h header --- 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 631df67fa0e3..cbe593c56857 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -378,6 +378,9 @@ self: super: { # https://github.com/rrnewton/haskell-lockfree/issues/44 chaselev-deque = markBrokenVersion "0.5.0.3" super.chaselev-deque; + # http://hydra.cryp.to/build/526196/nixlog/2/raw + text-show = dontCheck super.text-show; + } // { # Not on Hackage.