From 3bb9a2acaf9b2333e3a9878453090a64bc4fd7f7 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Thu, 18 May 2023 15:36:00 -0500 Subject: [PATCH] allow `base-4.18` and test with GHC 9.6 --- svg-builder.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svg-builder.cabal b/svg-builder.cabal index f971d9e..6759639 100644 --- a/svg-builder.cabal +++ b/svg-builder.cabal @@ -12,7 +12,7 @@ category: Graphics build-type: Simple extra-source-files: README.md cabal-version: >=1.10 -tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 +tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.4 || ==9.6.1 source-repository head type: git @@ -25,7 +25,7 @@ library Graphics.Svg.Path, Graphics.Svg.Elements, Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.18, + build-depends: base >= 4.5 && < 4.19, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.12, hashable >= 1.1 && < 1.5,