Support GHC 8.10
This commit is contained in:
parent
83a46d929f
commit
ff3a4b0fdf
2 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue