Skip to content

Commit 11c1df2

Browse files
committed
Update CI and bounds
1 parent b40bdf4 commit 11c1df2

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
ghc:
23-
- 8.6.5
24-
- 8.8.4
2523
- 8.10.7
2624
- 9.0.2
2725
- 9.2.7
28-
- 9.4.5
26+
- 9.4.8
27+
- 9.6.3
28+
- 9.8.1
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: haskell/actions/setup@v2

cabal.project

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
packages: .
22

33
constraints: dhall -with-http
4-
5-
-- TODO remove?
6-
if impl(ghc ==8.6.*)
7-
constraints: aeson >=1.5

dhall-recursive-adt.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ library
3838
exposed-modules:
3939
Dhall.Deriving.Recursive
4040
build-depends:
41-
base >= 4.12 && < 5
41+
base >= 4.14 && < 5
4242
, dhall >= 1.38 && < 1.43
4343
, data-fix ^>= 0.3
4444
, recursion-schemes ^>= 5.2
@@ -58,4 +58,4 @@ test-suite tasty
5858
, tasty >= 1.3 && <= 1.5
5959
, tasty-hunit ^>= 0.10
6060
, tasty-hedgehog >= 1.0 && < 1.5
61-
, hedgehog >= 1.0 && < 1.3
61+
, hedgehog >= 1.0 && < 1.5

0 commit comments

Comments
 (0)