From 75c7fff482eaa263689bd50a8a4466ef8d26fadf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Oct 2015 12:32:22 +0200 Subject: [PATCH] Upper bound on purescript for purescript/purescript#1544 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7177965..f1fccff3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1624,6 +1624,9 @@ packages: # Can be removed after > 1.15.1.1 is out. - pandoc < 1.15.1.1 || > 1.15.1.1 + # https://github.com/purescript/purescript/issues/1544 + - purescript < 0.7.5 + # end of packages