Skip to content

Commit

Permalink
chore: bump Nix dependencies and index-state (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Dec 10, 2024
2 parents 40054b6 + d9f66eb commit a416f79
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 71 deletions.
9 changes: 1 addition & 8 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2024-11-02T00:00:00Z
index-state: 2024-12-10T00:00:00Z

jobs: $ncpus

Expand Down Expand Up @@ -94,13 +94,6 @@ if arch(wasm32)
tag: 2631c542b57abc9bc9e92db273ab8e80ae88048c
--sha256: sha256-M6zLBUjVFacCyDm4oxjQ0gVn1J0BmKWOy3MFfUzWJN8=

-- Upstream uses custom setup, which breaks on Wasm.
source-repository-package
type: git
location: https://github.com/cdepillabout/pretty-simple
tag: 6fb9b281800ad045925c7344ceb9fd293d86c3b9
--sha256: sha256-1gsYj/iznEUCeQ1f5Xk7w54h9FLJSNrIR9V3p4eaRYk=

-- Upstream doesn't want to support Wasm while it's "experimental."
source-repository-package
type: git
Expand Down
120 changes: 60 additions & 60 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion primer-api/primer-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ test-suite primer-api-test
, logging-effect
, mtl
, optics
, pretty-simple ^>=4.1
, pretty-simple ^>=4.1.3.0
, primer
, primer-api
, primer-api-testlib
Expand Down
2 changes: 1 addition & 1 deletion primer-service/primer-service.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ test-suite primer-service-test
, hedgehog-quickcheck ^>=0.1.1
, hspec ^>=2.11
, openapi3
, pretty-simple ^>=4.1
, pretty-simple ^>=4.1.3.0
, primer
, primer-api
, primer-api:primer-api-hedgehog
Expand Down
2 changes: 1 addition & 1 deletion primer/primer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ test-suite primer-test
, logging-effect
, mtl
, optics
, pretty-simple ^>=4.1
, pretty-simple ^>=4.1.3.0
, prettyprinter
, prettyprinter-ansi-terminal
, primer
Expand Down

0 comments on commit a416f79

Please sign in to comment.