From dc7310464be1e7d4705c22fd5c7d89dbff09efcf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 5 Mar 2019 16:35:48 +0200 Subject: [PATCH] Block servant-checked-exceptions-core due to upper bound --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae3c99e6..25c68006 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2279,7 +2279,7 @@ packages: - pretty-simple - read-env-var - servant-checked-exceptions < 0 # https://github.com/cdepillabout/servant-checked-exceptions/issues/29 - - servant-checked-exceptions-core + - servant-checked-exceptions-core < 0 # servant 0.16 - servant-rawm < 0 # https://github.com/cdepillabout/servant-rawm/issues/9 - servant-static-th - termonad < 0