Skip to content

Add GHC 9.6.6 #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
stack: ["latest", "2.9.3"]
stack: ["latest", "2.15.5"]
# test latest and recommended version of stack

steps:
- uses: actions/checkout@v4
Expand All @@ -310,7 +311,7 @@ jobs:
# NB: we invoke `stack path` twice, because the first time it
# might install things (like MSYS2 on Windows) which clobber the output.
run: |
stack path --system-ghc
stack path --system-ghc --stack-root
expected_stack_root=$(stack path --system-ghc --stack-root)

if [ "${expected_stack_root}" != "${{ steps.setup.outputs.stack-root }}" ]; then
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ E.g., `8.10` will be resolved to `8.10.7`, and so will `8`.
- `9.10.1` `9.10`
- `9.8.2` `9.8`
- `9.8.1`
- `9.6.5` `9.6`
- `9.6.6` `9.6`
- `9.6.5`
- `9.6.4`
- `9.6.3`
- `9.6.2`
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/versions.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"9.10.1",
"9.8.2",
"9.8.1",
"9.6.6",
"9.6.5",
"9.6.4",
"9.6.3",
Expand Down