Skip to content

Commit

Permalink
Upgrade to stackage LTS 21
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Jul 14, 2023
1 parent 61cf76b commit 05dd4f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.8.4', '8.10.7', '9.0.2', '9.2.4', '9.4.4']
ghc: ['8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5']
fail-fast: false

name: Build with GHC ${{ matrix.ghc }}
Expand Down
8 changes: 8 additions & 0 deletions stack-lts-20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
resolver: lts-20.11

nix:
shell-file: stack-shell.nix
packages: []

extra-deps:
- tz-0.1.3.6
5 changes: 1 addition & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
resolver: lts-20.10
resolver: lts-21.2

nix:
shell-file: stack-shell.nix
packages: []

extra-deps:
- tz-0.1.3.6

0 comments on commit 05dd4f6

Please sign in to comment.