Skip to content

Commit

Permalink
[Chore] Update resolvers used by the project
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rvem committed Oct 7, 2024
1 parent ccbc5d2 commit 2552f9a
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 457 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Generated by stack2cabal

with-compiler: ghc-9.2.5
with-compiler: ghc-9.2.8

packages:
./
Expand Down
Loading

0 comments on commit 2552f9a

Please sign in to comment.