mirror of
https://github.com/tfausak/witch.git
synced 2024-11-29 11:47:44 +03:00
Add support for GHC 9.4
This commit is contained in:
parent
461bf44506
commit
45d3e0960b
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- { platform: ubuntu, ghc: 9.4.2 }
|
||||||
- { platform: ubuntu, ghc: 9.2.1 }
|
- { platform: ubuntu, ghc: 9.2.1 }
|
||||||
- { platform: ubuntu, ghc: 9.0.1 }
|
- { platform: ubuntu, ghc: 9.0.1 }
|
||||||
- { platform: macos, ghc: 9.2.1 }
|
- { platform: macos, ghc: 9.2.1 }
|
||||||
|
@ -23,10 +23,10 @@ flag pedantic
|
|||||||
|
|
||||||
common library
|
common library
|
||||||
build-depends:
|
build-depends:
|
||||||
, base >= 4.10.0 && < 4.17
|
, base >= 4.10.0 && < 4.18
|
||||||
, bytestring >= 0.10.8 && < 0.12
|
, bytestring >= 0.10.8 && < 0.12
|
||||||
, containers >= 0.5.10 && < 0.7
|
, 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
|
, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.1
|
||||||
, time >= 1.9.1 && < 1.13
|
, time >= 1.9.1 && < 1.13
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
Loading…
Reference in New Issue
Block a user