From e8e5a1b52b020c928740c8fd807fc68982f4abe5 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 19:31:14 +0100 Subject: [PATCH] haskellPackages.haddock-library: remove jailbreak Works! --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7aa856b6b7ca..b1da5c14e440 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1888,9 +1888,6 @@ self: super: { # Missing test files in 1.8.1.0, fixed in 1.8.1.1 sequence-formats = dontCheck super.sequence-formats; - # Break out of overspecified constraint on QuickCheck. - haddock-library = doJailbreak super.haddock-library; - # Test suite has overly strict bounds on tasty, jailbreaking fails. # https://github.com/input-output-hk/nothunks/issues/9 nothunks = dontCheck super.nothunks;