From 279287a91c23690cf4fcd9b981898edd13495ce5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 10 Jul 2018 12:15:29 +0200 Subject: [PATCH] haskell-haddock-library: jailbreak and disable test suite to fix the build --- 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 f44a659e9ea..780aa57dc00 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1094,6 +1094,10 @@ self: super: { # https://github.com/phadej/tree-diff/issues/19 tree-diff = doJailbreak super.tree-diff; + # The test suite is broken. Break out of "base-compat >=0.9.3 && <0.10, hspec >=2.4.4 && <2.5". + haddock-library = doJailbreak (dontCheck super.haddock-library); + haddock-library_1_6_0 = doJailbreak (dontCheck super.haddock-library_1_6_0); + } //