haskellPackages.storablevector: jailbreak to fix tests

This commit is contained in:
maralorn 2023-04-20 23:56:37 +02:00
parent 105933e2fc
commit 0bd7d2dbed

View File

@ -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.