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

Test with GHC 9.8 #120

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Test with GHC 9.8 #120

merged 1 commit into from
Feb 17, 2024

Conversation

spl
Copy link
Owner

@spl spl commented Feb 17, 2024

  • Update 'haskell-ci' to v0.18
  • Update 'tested-with' in 'dlist.cabal' to include latest releases of GHC: 9.4.8, 9.6.4, 9.8.1
  • haskell-ci regenerate
  • Use '-Wno-x-partial' to disable the partial function warnings for 'List.head' and 'List.tail' in 'DListProperties.hs' for GHC >= 9.8
  • Fix warning for import of 'liftA2' for GHC >= 9.6
  • Fix Tests have compilation warnings about partial functions with GHC 9.8 #108

- Update 'tested-with' in 'dlist.cabal' to include latest releases of
  GHC: 9.4.8, 9.6.4, 9.8.1
- Update 'haskell-ci' to v0.18
- haskell-ci regenerate
- Use '-Wno-x-partial' to disable the partial function warnings for
  'List.head' and 'List.tail' in 'DListProperties.hs' for GHC >= 9.8
- Fix warning for import of 'liftA2' for GHC >= 9.6
@spl spl merged commit cf89951 into main Feb 17, 2024
34 checks passed
@spl spl deleted the test-with-ghc-9.8 branch February 17, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests have compilation warnings about partial functions with GHC 9.8
1 participant