Skip to content

Commit

Permalink
stackage: bump to LTS 21.25, GHC 9.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jan 30, 2025
1 parent f7e121b commit 5e187f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ jobs:

- name: Setup Haskell's GHC and Cabal as required by current Stackage LTS
uses: haskell-actions/setup@v2
with: # lts-19.19
ghc-version: '9.0.2'
cabal-version: '3.4'
with: # lts-21.25
ghc-version: '9.4.8'
cabal-version: '3.8'

- run: du -hd2 ~/.stack ~/.ghcup /usr/local/.ghcup || true

Expand Down
5 changes: 1 addition & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
resolver: lts-19.19 # or ghc-9.0.2
resolver: lts-21.25 # or ghc-9.4.8

packages:
- .

extra-deps:
- leancheck-1.0.2

0 comments on commit 5e187f2

Please sign in to comment.