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

Upgrade CI dependencies #167

Merged
merged 10 commits into from
Oct 27, 2024
Merged

Upgrade CI dependencies #167

merged 10 commits into from
Oct 27, 2024

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    c12a30f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634815a View commit details
    Browse the repository at this point in the history
  3. Update Github Actions

    lehins committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    04d3111 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb5abdf View commit details
    Browse the repository at this point in the history
  5. Specify conditional stack downgrade to continue supporting lts-11

    Also add doctest to every cabal build
    lehins committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3de3460 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c894002 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7498999 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d8caf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Avoid discrepancies between Double generation and GHC versions

    Something has changed from ghc-9.0 to ghc-9.2 that often results in
    generation of slightly different `Double` values. This commit carefully
    chooses initial seed in such a way that generated values are exactly
    the same throughout all supported ghc versions.
    lehins committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a20f1c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fcb4f5 View commit details
    Browse the repository at this point in the history