From d8ab6c90ce62730c8a7ea122acdde31d38008e8e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Dec 2019 12:56:52 +0100 Subject: [PATCH] haskell-haddock-library: jailbreak version 1.8.0 so that we can build the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4579cf015cd2..80fdb8a95e64 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1080,6 +1080,7 @@ self: super: { # 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_8_0 = doJailbreak super.haddock-library_1_8_0; # Generate shell completion. cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix;