-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
PR to run CI #2
Commits on Sep 1, 2023
-
Replace old test.yml with haskell-ci.yml (spl#110)
* 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
Configuration menu - View commit details
-
Copy full SHA for 13f5ccb - Browse repository at this point
Copy the full SHA 13f5ccbView commit details -
Bump deepseq upper bound to 1.6 (spl#111)
* Thanks to @andreasabel in spl#109 * Fixes spl#109
Configuration menu - View commit details
-
Copy full SHA for c2a855f - Browse repository at this point
Copy the full SHA c2a855fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc43572 - Browse repository at this point
Copy the full SHA dc43572View commit details -
Use a better source-repository (spl#113)
* It works for people who don't have GitHub SSH credentials * Suggested by @andreasabel in spl#109
Configuration menu - View commit details
-
Copy full SHA for 700b979 - Browse repository at this point
Copy the full SHA 700b979View commit details
Commits on Feb 17, 2024
-
- 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
Configuration menu - View commit details
-
Copy full SHA for cf89951 - Browse repository at this point
Copy the full SHA cf89951View commit details -
Fix the prop_show_read test (spl#117)
This test used the 'NonEmpty' instances of 'Read' and 'Show' instead of the 'DNonEmpty' instances.
Configuration menu - View commit details
-
Copy full SHA for 1aa96db - Browse repository at this point
Copy the full SHA 1aa96dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2289f7 - Browse repository at this point
Copy the full SHA f2289f7View commit details -
Fix the other prop_show_read test (spl#121)
This test used the '[Int]' instances of 'Read' and 'Show' instead of the 'DList Int' instances. See spl#117.
Configuration menu - View commit details
-
Copy full SHA for 746f07b - Browse repository at this point
Copy the full SHA 746f07bView commit details -
Fix test badge image and link (spl#122)
This problem was created by spl#110.
Configuration menu - View commit details
-
Copy full SHA for 8ce1a13 - Browse repository at this point
Copy the full SHA 8ce1a13View commit details
Commits on Jul 4, 2024
-
Allow newer QuickCheck, bump Haskell CI to GHC 9.10.1
CI for GHC 7 needs to be dropped as it is no longer supported by Haskell-CI.
Configuration menu - View commit details
-
Copy full SHA for aa3b483 - Browse repository at this point
Copy the full SHA aa3b483View commit details