File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,17 +13,24 @@ jobs:
1313 - " 8.4.4"
1414 - " 8.6.5"
1515 - " 8.8.4"
16- - " 8.10.4"
17- - " 9.0.1"
16+ - " 8.10.7"
17+ - " 9.0.2"
18+ - " 9.2.8"
19+ - " 9.4.8"
20+ - " 9.6.7"
21+ - " 9.8.4"
22+ - " 9.10.2"
23+ - " 9.12.2"
1824 runs-on : ubuntu-latest
1925 steps :
20- - uses : actions/checkout@v2
21- - uses : haskell/ actions/setup@v1
26+ - uses : actions/checkout@v4
27+ - uses : haskell- actions/setup@v2
2228 with :
2329 cabal-version : " 3.4"
2430 ghc-version : ${{ matrix.ghc-version }}
2531 - name : Cache
26- uses : actions/cache@v1
32+ uses : actions/cache@v4
33+ id : cache-dot-cabal
2734 with :
2835 path : ~/.cabal
2936 key : ${{ runner.os }}-${{ matrix.ghc-version }}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ library
2929 Shower.Parser
3030 Shower.Class
3131 build-depends :
32- base >= 4.10 && < 4.21 ,
32+ base >= 4.10 && < 4.22 ,
3333 megaparsec,
3434 pretty
3535 hs-source-dirs : lib
You can’t perform that action at this time.
0 commit comments