Merge pull request #12 from sjakobi/ghc-8.10

Allow GHC 8.10 + 9.0 and bytestring 0.11
This commit is contained in:
Brent Yorgey 2021-03-01 06:00:06 -06:00 committed by GitHub
commit a4ab859485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,8 @@ env:
- GHCVER=8.2.2 CABALVER=2.0
- GHCVER=8.4.4 CABALVER=2.2
- GHCVER=8.6.5 CABALVER=2.4
- GHCVER=8.8.1 CABALVER=3.0
- GHCVER=8.8.3 CABALVER=3.0
- GHCVER=8.10.1 CABALVER=3.2
- GHCVER=head CABALVER=head
matrix:

View file

@ -24,9 +24,9 @@ library
Graphics.Svg.Path,
Graphics.Svg.Elements,
Graphics.Svg.Attributes
build-depends: base >= 4.5 && < 4.14,
build-depends: base >= 4.5 && < 4.16,
blaze-builder >= 0.4 && < 0.5,
bytestring >= 0.10 && < 0.11,
bytestring >= 0.10 && < 0.12,
hashable >= 1.1 && < 1.4,
text >= 0.11 && < 1.3,
unordered-containers >= 0.2 && < 0.3