From 22252eef307b031d50fb53962e837f365ad9535d Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 6 Nov 2020 05:27:53 +0000 Subject: [PATCH] Restricts persistent (& co) --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b01d104..e37a1e55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -650,11 +650,11 @@ packages: - mime-mail-ses - mime-types - network-conduit-tls - - persistent - - persistent-mysql - - persistent-postgresql - - persistent-sqlite - - persistent-template < 2.8.3 # #5347/closed + - persistent < 2.11 # https://github.com/commercialhaskell/stackage/issues/5724 + - persistent-mysql < 2.11 # 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 # https://github.com/commercialhaskell/stackage/issues/5641 # - stackage-curator # http-conduit 2.3 via amazonka - store