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

Commits on Sep 1, 2023

  1. 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
    spl authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    13f5ccb View commit details
    Browse the repository at this point in the history
  2. Bump deepseq upper bound to 1.6 (spl#111)

    * Thanks to @andreasabel in spl#109
    * Fixes spl#109
    spl authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c2a855f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc43572 View commit details
    Browse the repository at this point in the history
  4. Use a better source-repository (spl#113)

    * It works for people who don't have GitHub SSH credentials
    * Suggested by @andreasabel in spl#109
    spl authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    700b979 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Test with GHC 9.8.1 (spl#120)

    - 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
    spl authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    cf89951 View commit details
    Browse the repository at this point in the history
  2. Fix the prop_show_read test (spl#117)

    This test used the 'NonEmpty' instances of 'Read' and 'Show' instead of the 
    'DNonEmpty' instances.
    414owen authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1aa96db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2289f7 View commit details
    Browse the repository at this point in the history
  4. 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.
    spl authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    746f07b View commit details
    Browse the repository at this point in the history
  5. Fix test badge image and link (spl#122)

    This problem was created by spl#110.
    spl authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8ce1a13 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. 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.
    andreasabel committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    aa3b483 View commit details
    Browse the repository at this point in the history