Skip to content

Commit

Permalink
Update cabal.project.freeze for GHC 9.10.1 update (#3035)
Browse files Browse the repository at this point in the history
This PR updates the cabal freeze file to reflect the changes to
dependencies after the GHC 9.10.1 stack.yaml update.

@janmasrovira can you check this? The last time I think you updated this
and the freeze file was much smaller for you.

I downloaded the stack2cabal binary from
https://github.com/hasufell/stack2cabal/releases/latest and ran
`stack2cabal` in the root of our repo.

* Fixes #3036
  • Loading branch information
paulcadman committed Sep 13, 2024
1 parent b609e1f commit a63314d
Show file tree
Hide file tree
Showing 2 changed files with 2,909 additions and 152 deletions.
8 changes: 7 additions & 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.8.2
with-compiler: ghc-9.10.1

packages:
./
Expand All @@ -10,6 +10,12 @@ source-repository-package
location: https://github.com/Vekhir/aeson-better-errors.git
tag: 1ec49ab7d1472046b680b5a64ae2930515b47714

source-repository-package
type: git
location: https://github.com/haskell-effectful/effectful.git
tag: 2a8f0b3a0536c578ee1ff83311863a27e9d3e2e1
subdir: effectful-th

allow-older: *
allow-newer: *

Expand Down
Loading

0 comments on commit a63314d

Please sign in to comment.