Skip to content

Commit

Permalink
Bump chap & hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Feb 6, 2024
1 parent d88efb1 commit 9be1f21
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2024-01-24-2"
CABAL_CACHE_VERSION: "2024-02-06"

concurrency:
group: >
Expand Down
16 changes: 4 additions & 12 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-01-23T08:19:39Z
, cardano-haskell-packages 2024-01-30T07:58:01Z
, hackage.haskell.org 2024-02-06T15:14:59Z
, cardano-haskell-packages 2024-02-06T15:25:20Z

packages:
cardano-cli

Expand All @@ -24,7 +24,7 @@ package cardano-cli

package cardano-api
ghc-options: -Werror

package cardano-api-gen
ghc-options: -Werror

Expand All @@ -43,11 +43,3 @@ write-ghc-environment-files: always
-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.


source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-api.git
tag: 3388849f3e935576265dc2d3d2ee3427a383c264
subdir: cardano-api
--sha256: sha256-7W500dNvyiQ9gkgXPEm6jEiJFq0vyGXgGm3zWwdmBqM=
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ library
, binary
, bytestring
, canonical-json
, cardano-api ^>= 8.37.1.0
, cardano-api ^>= 8.38.0.0
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.2
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit 9be1f21

Please sign in to comment.