From 36ca9e52df20dbf968bcc3c3398d768d1d55438f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 26 Nov 2015 12:39:10 -0800 Subject: [PATCH] Add constraint "eventstore < 0.9.1" per #1000 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index be2a9d5f..b557fe47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1805,6 +1805,9 @@ packages: # https://github.com/fpco/stackage/issues/992 - safecopy < 0.9 + + # https://github.com/fpco/stackage/issues/1000 + - eventstore < 0.9.1 # end of packages