From 4dc0c0394b556f727e431011fbfc3b44aa137e67 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 3 Nov 2020 18:20:32 +0100 Subject: [PATCH] bump cabal version --- svg-builder.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg-builder.cabal b/svg-builder.cabal index 2633a91..32bfe2b 100644 --- a/svg-builder.cabal +++ b/svg-builder.cabal @@ -24,7 +24,7 @@ library Graphics.Svg.Path, Graphics.Svg.Elements, Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.14, + build-depends: base >= 4.5 && < 4.15, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.11, hashable >= 1.1 && < 1.4,