Skip to content

Commit 2261314

Browse files
committed
Bump upper bounds for GHC 9.12
1 parent 2a61cf7 commit 2261314

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}

shower.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)