Skip to content

Commit 2d40a03

Browse files
authored
[#467] Allow aeson-1.5.0.0 (#468)
* [#467] Allow aeson-1.5.0.0 Resolves #467 * Update Cabal versio on GitHub Actions
1 parent 76e0c61 commit 2d40a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-16.04
1313
strategy:
1414
matrix:
15-
cabal: ["2.4"]
15+
cabal: ["3.0"]
1616
ghc:
1717
- "8.4.4"
1818
- "8.6.5"

summoner-cli/summoner.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ library
139139
autogen-modules: Paths_summoner
140140
other-modules: Paths_summoner
141141

142-
build-depends: aeson >= 1.2.4.0 && < 1.5
142+
build-depends: aeson >= 1.2.4.0 && < 1.6
143143
, colourista ^>= 0.1
144144
, containers ^>= 0.6
145145
, directory ^>= 1.3.0.2

0 commit comments

Comments
 (0)