From e06cc9e4359ab9e025b9a16c4bcf062831b97f31 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 11 Feb 2025 22:32:13 +0100 Subject: [PATCH] haskellPackages.bytebuild: allow tasty-quickcheck == 0.11.* --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 798f6fcec8cc..340563442329 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2618,6 +2618,8 @@ self: super: { # https://github.com/google/ghc-source-gen/issues/120 ghc-source-gen = doJailbreak super.ghc-source-gen; ghc-source-gen_0_4_5_0 = doJailbreak super.ghc-source-gen_0_4_5_0; + # https://github.com/byteverse/bytebuild/issues/20#issuecomment-2652113837 + bytebuild = doJailbreak super.bytebuild; # Support tasty-quickcheck 0.11: https://github.com/Bodigrim/mod/pull/26 mod = appendPatch (fetchpatch {