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

PR to run CI #2

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

PR to run CI #2

wants to merge 10 commits into from

Conversation

andreasabel
Copy link
Owner

@andreasabel andreasabel commented Jul 4, 2024

No description provided.

spl and others added 10 commits September 1, 2023 19:02
* Use 'haskell-ci' to generate the GitHub CI workflow
* Add new versions of GHC supported by 'haskell-ci' to 'dlist.cabal'
* Remove 'test.yml'
* Thanks to @andreasabel in spl#109
* Fixes spl#99
* It works for people who don't have GitHub SSH credentials
* Suggested by @andreasabel in spl#109
- 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
- Fix spl#108
This test used the 'NonEmpty' instances of 'Read' and 'Show' instead of the 
'DNonEmpty' instances.
This test used the '[Int]' instances of 'Read' and 'Show' instead of the
'DList Int' instances. See spl#117.
This problem was created by spl#110.
CI for GHC 7 needs to be dropped as it is no longer supported by Haskell-CI.
@andreasabel andreasabel changed the title Replace old test.yml with haskell-ci.yml (spl#110) PR to run CI Jul 4, 2024
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.

3 participants