From f407705767e9fe1421274e8c42af28eb7cec9f15 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 21 Nov 2021 21:44:04 -0700 Subject: [PATCH] Upper bound `diagrams-lib` to prevent compile fail (#6364) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a0dd51..448c9f56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1098,7 +1098,7 @@ packages: - diagrams-core - diagrams-gtk - diagrams-html5 - - diagrams-lib + - diagrams-lib < 1.4.5 # https://github.com/commercialhaskell/stackage/issues/6364 - diagrams-postscript - diagrams-rasterific - diagrams-solve