File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
fail-fast : false
21
21
matrix :
22
22
ghc :
23
- - 8.6.5
24
- - 8.8.4
25
23
- 8.10.7
26
24
- 9.0.2
27
25
- 9.2.7
28
- - 9.4.5
26
+ - 9.4.8
27
+ - 9.6.3
28
+ - 9.8.1
29
29
steps :
30
30
- uses : actions/checkout@v4
31
31
- uses : haskell/actions/setup@v2
Original file line number Diff line number Diff line change 1
1
packages : .
2
2
3
3
constraints : dhall -with-http
4
-
5
- -- TODO remove?
6
- if impl(ghc == 8.6. *)
7
- constraints : aeson >= 1.5
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ library
38
38
exposed-modules :
39
39
Dhall.Deriving.Recursive
40
40
build-depends :
41
- base >= 4.12 && < 5
41
+ base >= 4.14 && < 5
42
42
, dhall >= 1.38 && < 1.43
43
43
, data-fix ^>= 0.3
44
44
, recursion-schemes ^>= 5.2
@@ -58,4 +58,4 @@ test-suite tasty
58
58
, tasty >= 1.3 && <= 1.5
59
59
, tasty-hunit ^>= 0.10
60
60
, tasty-hedgehog >= 1.0 && < 1.5
61
- , hedgehog >= 1.0 && < 1.3
61
+ , hedgehog >= 1.0 && < 1.5
You can’t perform that action at this time.
0 commit comments