From 0bd7d2dbedc23a8e2852209701622b06e0e446b0 Mon Sep 17 00:00:00 2001 From: maralorn Date: Thu, 20 Apr 2023 23:56:37 +0200 Subject: [PATCH] haskellPackages.storablevector: jailbreak to fix tests --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 429f6afdee16..1115f2477d2e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -415,6 +415,9 @@ self: super: { # 2022-01-29: Tests require package to be in ghc-db. aeson-schemas = dontCheck super.aeson-schemas; + # 2023-04-20: Restrictive bytestring bound in tests. + storablevector = doJailbreak super.storablevector; + # 2023-04-20: Pretends to need brick 1.6 but the commit history here # https://github.com/matterhorn-chat/matterhorn/commits/master/matterhorn.cabal # makes very clear that 1.4 is equally fine.