Skip to content

Commit

Permalink
Merge pull request #576 from IntersectMBO/mgalazyn/chore/update-carda…
Browse files Browse the repository at this point in the history
…no-api-8.37.1

Update cardano-api 8.37.1
  • Loading branch information
carbolymer authored Jan 18, 2024
2 parents 59333dd + a5a2016 commit 79b7d3c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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-05"
CABAL_CACHE_VERSION: "2024-01-18"

concurrency:
group: >
Expand Down
4 changes: 2 additions & 2 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-01-04T07:17:44Z
, cardano-haskell-packages 2024-01-02T14:28:21Z
, hackage.haskell.org 2024-01-16T14:48:13Z
, cardano-haskell-packages 2024-01-18T14:07:29Z

packages:
cardano-cli
Expand Down
8 changes: 4 additions & 4 deletions 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.0.0
, cardano-api ^>= 8.37.1.0
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.2
Expand Down Expand Up @@ -272,7 +272,7 @@ library cardano-cli-test-lib
, exceptions
, filepath
, hedgehog
, hedgehog-extras ^>= 0.5.1.0
, hedgehog-extras ^>= 0.6.0.0
, process
, text
, transformers
Expand All @@ -296,7 +296,7 @@ test-suite cardano-cli-test
, containers
, filepath
, hedgehog
, hedgehog-extras ^>= 0.5.1.0
, hedgehog-extras ^>= 0.6.0.0
, tasty
, tasty-hedgehog
, text
Expand Down Expand Up @@ -345,7 +345,7 @@ test-suite cardano-cli-golden
, directory
, filepath
, hedgehog ^>= 1.3
, hedgehog-extras ^>= 0.5.1.0
, hedgehog-extras ^>= 0.6.0.0
, regex-compat
, regex-tdfa
, tasty
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Run/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ writeLedgerState mOutFile qState@(SerialisedDebugLedgerState serLedgerState) =
case mOutFile of
Nothing ->
case decodeDebugLedgerState qState of
Left bs -> firstExceptT QueryCmdHelpersError $ pPrintCBOR bs
Left (bs, _decoderError) -> firstExceptT QueryCmdHelpersError $ pPrintCBOR bs
Right ledgerState -> liftIO . LBS.putStrLn $ Aeson.encode ledgerState
Just (File fpath) ->
handleIOExceptT (QueryCmdWriteFileError . FileIOError fpath)
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 79b7d3c

Please sign in to comment.