From 1f042805ce506d574682b7fc11bfc3112d3043e8 Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Sat, 30 Dec 2017 21:53:48 -0500 Subject: [PATCH] Remove constraint preventing persistent-2.7.2 and allowed failure for users-persistent * persistent-2.7.3 was released which reverts the breaking change accidentally introduced in 2.7.2 * persistent-sqlite-2.6.4 was released which reverts the breaking change accidentally introduced in 2.6.3.2 Closes #3046 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23efe2a0..3cc4f9ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3142,9 +3142,6 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - # https://github.com/fpco/stackage/issues/3046 - - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 @@ -3584,7 +3581,6 @@ expected-test-failures: - shake # Needs ghc on $PATH with some installed haskell packages - singletons # Needs ghc on $PATH with som installed haskell packages - stack # https://github.com/fpco/stackage/issues/3082 - - users-persistent # sqlite - users-postgresql-simple # PostgreSQL - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL