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 {