Skip to content

Commit 2420a18

Browse files
July541andreasabel
andauthored
Support ghc8.0 and ghc8.2 on ubuntu-24.04 (#102)
Fix #101 This PR is just for supporting ghc8.0 and ghc8.2 on ubuntu22.04 and ubuntu 24.04, please let me know if I missed something. --------- Co-authored-by: Andreas Abel <[email protected]>
1 parent e447c4c commit 2420a18

File tree

10 files changed

+28322
-4036
lines changed

10 files changed

+28322
-4036
lines changed

.github/workflows/workflow.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,19 @@ jobs:
114114
# TODO: figure out what.
115115
# cabal update needed here since cabal-2.4 is still v1
116116

117+
# Test on ubuntu-24.04 with older ghc
118+
- os: ubuntu-24.04
119+
plan:
120+
ghc: "8.0"
121+
cabal: "2.4.1.0"
122+
cabal_update: "false"
123+
124+
- os: ubuntu-22.04
125+
plan:
126+
ghc: "8.0"
127+
cabal: "2.4.1.0"
128+
cabal_update: "false"
129+
117130
# Test some old versions
118131
- os: ubuntu-latest
119132
plan:

dist/index.js

Lines changed: 25042 additions & 1579 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/installer.d.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/installer.js

Lines changed: 24 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/opts.d.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/opts.js

Lines changed: 24 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/setup-haskell.js

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)