This commit is contained in:
Michael Snoyman 2014-12-12 10:55:32 +02:00
parent 6cacdb4c9c
commit 461ed9d568

View File

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