mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Workaround for vincenthz/hs-crypto-cipher#46
This commit is contained in:
parent
6cacdb4c9c
commit
461ed9d568
@ -183,6 +183,8 @@ skippedBenchs :: HashSet Text
|
||||
skippedBenchs = setFromList $ words =<<
|
||||
[ "machines criterion-plus graphviz lifted-base pandoc stm-containers uuid"
|
||||
, "cases hasql-postgres" -- pulls in criterion-plus, which has restrictive upper bounds
|
||||
-- https://github.com/vincenthz/hs-crypto-cipher/issues/46
|
||||
, "cipher-aes cipher-blowfish cipher-camellia cipher-des cipher-rc4"
|
||||
]
|
||||
|
||||
newExpectedFailures :: Set PackageName
|
||||
|
||||
Loading…
Reference in New Issue
Block a user