diff --git a/Stackage2/BuildConstraints.hs b/Stackage2/BuildConstraints.hs index 9a81febb..59ad9a67 100644 --- a/Stackage2/BuildConstraints.hs +++ b/Stackage2/BuildConstraints.hs @@ -185,6 +185,7 @@ skippedBenchs = setFromList $ words =<< , "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" + , "hasql" -- sometimes falls out-of-sync on hasql-postgres ] newExpectedFailures :: Set PackageName