We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e0c61 commit 2d40a03Copy full SHA for 2d40a03
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-16.04
13
strategy:
14
matrix:
15
- cabal: ["2.4"]
+ cabal: ["3.0"]
16
ghc:
17
- "8.4.4"
18
- "8.6.5"
summoner-cli/summoner.cabal
@@ -139,7 +139,7 @@ library
139
autogen-modules: Paths_summoner
140
other-modules: Paths_summoner
141
142
- build-depends: aeson >= 1.2.4.0 && < 1.5
+ build-depends: aeson >= 1.2.4.0 && < 1.6
143
, colourista ^>= 0.1
144
, containers ^>= 0.6
145
, directory ^>= 1.3.0.2
0 commit comments