From f7e29d0bd5a3cca8cf2cda4512621e5efe8fb313 Mon Sep 17 00:00:00 2001 From: Brandon Chinn Date: Thu, 26 Nov 2020 19:13:56 -0800 Subject: [PATCH] Enable persistent 2.11 --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c8246ef..52480a4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -650,12 +650,12 @@ packages: - mime-mail-ses - mime-types - network-conduit-tls - - persistent < 2.11 # https://github.com/commercialhaskell/stackage/issues/5724 - - persistent-mysql < 2.10.3 # via persistent-2.11 - - persistent-postgresql < 2.11 # via persistent-2.11 - - persistent-sqlite < 2.11 # via persistent-2.11 - - persistent-template < 2.8.3 # via persistent-2.11 (#5347/closed) - - persistent-test < 0 # via persistent-2.11 + - persistent + - persistent-mysql + - persistent-postgresql + - persistent-sqlite + - persistent-template + - persistent-test # - stackage-curator # http-conduit 2.3 via amazonka - store - wai-extra