From e960eb0bf579b1e5afc58a207539d46bf21b7416 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 9 Sep 2017 17:07:47 +0200 Subject: [PATCH] haskell-text-zipper: disable test suite to fix the build --- 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 13063aeb975..020e1d446ca 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -902,4 +902,7 @@ self: super: { # happy 1.19.6 and later break some packages. Agda = super.Agda.override { happy = self.happy_1_19_5; }; + # https://github.com/jtdaugherty/text-zipper/issues/11 + text-zipper = dontCheck super.text-zipper; + }