From 7eac8e21a2bcdc6981e088c4c8f067017747b113 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 Dec 2014 08:14:07 +0200 Subject: [PATCH] More hasql workarounds --- Stackage2/BuildConstraints.hs | 1 + 1 file changed, 1 insertion(+) 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