From 2538a88eb76d3fe0625ea3624696222d383ed5e4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 29 Jan 2025 11:28:40 -0800 Subject: [PATCH] Relax xml-conduit upper bound. --- skylighting-core/skylighting-core.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skylighting-core/skylighting-core.cabal b/skylighting-core/skylighting-core.cabal index f4fb4785..00d3c447 100644 --- a/skylighting-core/skylighting-core.cabal +++ b/skylighting-core/skylighting-core.cabal @@ -125,7 +125,7 @@ library case-insensitive, attoparsec, utf8-string, - xml-conduit >= 1.9.1.3 && < 1.10, + xml-conduit >= 1.9.1.3 && < 1.11, safe, base64-bytestring, colour >= 2.0,