diff --git a/Stackage2/BuildConstraints.hs b/Stackage2/BuildConstraints.hs index 7271086a..9a81febb 100644 --- a/Stackage2/BuildConstraints.hs +++ b/Stackage2/BuildConstraints.hs @@ -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