allow base-4.20 and test on GHC 9.10

This commit is contained in:
Brent Yorgey 2024-06-21 11:06:37 -05:00
parent 4d26f9119d
commit b2c79c9a31
2 changed files with 34 additions and 48 deletions

View file

@ -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.8 || ==9.4.8 || ==9.6.3 || ==9.8.1
tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.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.20,
build-depends: base >= 4.5 && < 4.21,
blaze-builder >= 0.4 && < 0.5,
bytestring >= 0.10 && < 0.13,
hashable >= 1.1 && < 1.5,