Skip to content
Snippets Groups Projects

CI: Add GHC 9.8 jobs

Merged Ryan Scott requested to merge ghc-9.8-ci into master
1 unresolved thread
4 files
+ 41
33
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 5
5
@@ -88,11 +88,6 @@ commit="$(ghc_commit)"
arch="$(ghc_arch)"
echo "Found GHC $version, commit $commit."
case $version in
9.2.*)
# package ticket
broken linear-generics 22917
;;
9.4.*)
# package ticket
broken linear-generics 22546
@@ -104,6 +99,11 @@ case $version in
# package ticket
;;
9.8.*)
# package ticket
broken futhark 23550
;;
9.9.*)
# package ticket
broken futhark 23550
Loading