Skip to content
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

Support ghc8.0 and ghc8.2 on ubuntu-24.04 #102

Merged
merged 6 commits into from
Dec 30, 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
13 changes: 13 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@ jobs:
# TODO: figure out what.
# cabal update needed here since cabal-2.4 is still v1

# Test on ubuntu-24.04 with older ghc
- os: ubuntu-24.04
plan:
ghc: "8.0"
cabal: "2.4.1.0"
cabal_update: "false"

- os: ubuntu-22.04
plan:
ghc: "8.0"
cabal: "2.4.1.0"
cabal_update: "false"

# Test some old versions
- os: ubuntu-latest
plan:
Expand Down
26,621 changes: 25,042 additions & 1,579 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lib/installer.d.ts

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

36 changes: 24 additions & 12 deletions lib/installer.js

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

1 change: 0 additions & 1 deletion lib/opts.d.ts

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

38 changes: 24 additions & 14 deletions lib/opts.js

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

26 changes: 18 additions & 8 deletions lib/setup-haskell.js

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

Loading
Loading