Skip to content

Commit

Permalink
Merge pull request #675 from IntersectMBO/erikd/git-rev
Browse files Browse the repository at this point in the history
Update index-state and set cardano-git-rev ^>= 0.2.2
  • Loading branch information
erikd authored Mar 25, 2024
2 parents 6dc843c + 3bf6e37 commit 06a8175
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 41 deletions.
5 changes: 2 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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-03-15T22:05:53Z
, cardano-haskell-packages 2024-03-21T15:31:54Z
, hackage.haskell.org 2024-03-24T23:16:24Z
, cardano-haskell-packages 2024-03-24T23:54:54Z

packages:
cardano-cli
Expand Down Expand Up @@ -43,4 +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.

2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ library
, cardano-crypto-class ^>= 2.1.2
, cardano-crypto-wrapper ^>= 1.5.1
, cardano-data >= 1.1
, cardano-git-rev ^>= 0.2.1
, cardano-git-rev ^>= 0.2.2
, cardano-ledger-byron >= 1.0.0.2
, cardano-ping ^>= 0.2.0.13
, cardano-prelude
Expand Down
72 changes: 36 additions & 36 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# tools we want in our shell, from hackage
shell.tools =
{
cabal = "3.10.2.0";
cabal = "3.10.3.0";
ghcid = "0.8.8";
}
// lib.optionalAttrs (config.compiler-nix-name == defaultCompiler) {
Expand Down

0 comments on commit 06a8175

Please sign in to comment.