Add support for GHC 9.4

This commit is contained in:
Taylor Fausak 2022-08-27 18:48:06 +00:00
parent 461bf44506
commit 45d3e0960b
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
include:
- { platform: ubuntu, ghc: 9.4.2 }
- { platform: ubuntu, ghc: 9.2.1 }
- { platform: ubuntu, ghc: 9.0.1 }
- { platform: macos, ghc: 9.2.1 }

View File

@ -23,10 +23,10 @@ flag pedantic
common library
build-depends:
, base >= 4.10.0 && < 4.17
, base >= 4.10.0 && < 4.18
, bytestring >= 0.10.8 && < 0.12
, containers >= 0.5.10 && < 0.7
, template-haskell >= 2.12.0 && < 2.19
, template-haskell >= 2.12.0 && < 2.20
, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.1
, time >= 1.9.1 && < 1.13
default-language: Haskell2010