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

[Chore] Bump deps #133

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

[Chore] Bump deps #133

wants to merge 3 commits into from

Commits on Oct 7, 2024

  1. Automatically update flake.lock to the latest version

    hackage     bd04219369 (2023-09-28) -> afc0936807 (2024-10-07)
    haskell-nix 8e42ccd7ed (2023-09-26) -> ed955c92e9 (2024-08-07)
    nixpkgs     998da51f68 (2023-08-01) -> 4fc18e4ca8 (2024-09-18)
    stackage    291606f6b6 (2023-09-28) -> 681e49db5e (2024-10-07)
    serokell-bot committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    55b6b38 View commit details
    Browse the repository at this point in the history
  2. [Chore] Bump stack2cabal

    Problem: The latest release of 'stack2cabal' tools is pretty old and
    doesn't work with newer GHCs.
    
    Solution: Use the latest unreleased revision from the 'stack2cabal'
    upstream repo instead.
    rvem committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ccbc5d2 View commit details
    Browse the repository at this point in the history
  3. [Chore] Update resolvers used by the project

    Problem: The project uses pretty outdated stackage resolvers that use
    GHC versions no longer supported by haskell.nix.
    
    Solution: Bump main resolver to the 'lts-20.26'. Bump stack2cabal
    resolver to 'lts-22.25' to match hpack version used by stack2cabal in
    CI.
    rvem committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2552f9a View commit details
    Browse the repository at this point in the history