From 62c42cc1ac261f187e2337f9933eb7dc2311c1b1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 20 Sep 2021 21:44:04 -0700 Subject: [PATCH] Upper bound `lucid` due to #6237 and 2.9.13 having a `< 0` on `base` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d7be993..771afa08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6724,7 +6724,7 @@ packages: - megaparsec-tests < 9.2 # https://github.com/commercialhaskell/stackage/issues/6237 - - lucid < 2.10 + - lucid < 2.9.13 # end of packages