From 3e801f01ae0e8c4012d7c08d2b51fd33d2aa416d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 15 Apr 2016 12:03:46 -0700 Subject: [PATCH] Tighten constraint on wai-logger per buggy version 2.2.5, see #1365 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1c95efb..41388304 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2206,7 +2206,7 @@ packages: - persistent-mysql < 2.5 # https://github.com/fpco/stackage/issues/1365 - - wai-logger < 2.2.6 + - wai-logger < 2.2.5 # end of packages