From dd4026fb4537f33bbe16a76e4d584350b8c0d468 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Jan 2015 16:52:33 +0200 Subject: [PATCH] Fix previous version constraint --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6742f24b..09251564 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -699,7 +699,7 @@ packages: - elm-package < 0.4 # https://github.com/fpco/lts-haskell/issues/5 - - ChasingBottoms "< 1.3.0.10 || > 1.3.0.10" + - ChasingBottoms < 1.3.0.10 || > 1.3.0.10 # Package flags are applied to individual packages, and override the values of # global-flags