From 6b90be123f8b0ab3f8747885b7fa35c6e74962b3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Apr 2016 09:53:48 -0700 Subject: [PATCH] Add persistent < 2.5 constraints per #1364 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94b5475a..d1d78189 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2196,6 +2196,15 @@ packages: # https://github.com/fpco/stackage/issues/1363 - autoexporter < 0.2.0 + # https://github.com/fpco/stackage/issues/1364 + - persistent < 2.5 + - persistent-postgresql < 2.5 + - persistent-sqlite < 2.5 + - persistent-template < 2.5 + # Packages depending on new versions of the above + - persistent-mongoDB < 2.5 + - persistent-mysql < 2.5 + # end of packages