From 3fc44caad71bcb54cf1b80249116127d3f1b8915 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 May 2019 13:11:55 -0700 Subject: [PATCH] Proper upper bounds for #4550, #4551, #4552 and #4553 --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0e9f930..4ceb752c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4587,7 +4587,13 @@ packages: # causes build failure in persistent-mysql-haskell https://github.com/commercialhaskell/stackage/issues/4550 # causes build failure in eventful-sql-common https://github.com/commercialhaskell/stackage/issues/4551 # causes build failure in persistent-test https://github.com/commercialhaskell/stackage/issues/4552 - - persistent-template < 2.7.1 + # causes build failure in persistent-iproute https://github.com/commercialhaskell/stackage/issues/4553 + - persistent < 2.10 + - persistent-mysql < 2.10 + - persistent-postgresql < 2.10 + - persistent-sqlite < 2.10 + - persistent-template < 2.7.0 + - persistent-typed-db < 0.1.0.0 # end of packages # Package flags are applied to individual packages, and override the values of