allow base-4.18 and test with GHC 9.6

This commit is contained in:
Brent Yorgey 2023-05-18 15:36:00 -05:00
parent b0532004c3
commit 3bb9a2acaf

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.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,