From ca14dff974907029c02c895e3c8b6186d2f0672b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 7 Apr 2026 11:12:23 +0200 Subject: [PATCH] haskellPackages.snappy-hs: jailbreak --- 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 558900942a07..bd91bb4c5f9f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1203,6 +1203,10 @@ with haskellLib; # https://github.com/bos/snappy/pull/10 snappy = dontCheck super.snappy; + # 2026-04-07: jailbreak for time 1.15 + # https://github.com/mchav/snappy-hs/issues/2 + snappy-hs = doJailbreak super.snappy-hs; + # https://github.com/vincenthz/hs-crypto-pubkey/issues/20 crypto-pubkey = dontCheck super.crypto-pubkey;