Skip to content

Commit

Permalink
Update ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jul 6, 2023
1 parent 0df480e commit f3738af
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
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 2023-07-02T00:00:00Z
, cardano-haskell-packages 2023-07-02T00:00:00Z
, hackage.haskell.org 2023-07-05T00:00:00Z
, cardano-haskell-packages 2023-07-05T14:00:00Z

packages:
cardano-api
Expand Down
44 changes: 22 additions & 22 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,17 @@ library internal
, cardano-crypto-class >= 2.1.1
, cardano-crypto-wrapper ^>= 1.5
, cardano-data >= 1.0
, cardano-ledger-alonzo >= 1.3
, cardano-ledger-allegra >= 1.2
, cardano-ledger-api >= 1.2.0.1
, cardano-ledger-babbage >= 1.3
, cardano-ledger-alonzo >= 1.3.1.1
, cardano-ledger-allegra >= 1.2.0.2
, cardano-ledger-api >= 1.3
, cardano-ledger-babbage >= 1.4.0.1
, cardano-ledger-binary
, cardano-ledger-byron >= 1.0.0.1
, cardano-ledger-conway >= 1.3
, cardano-ledger-core >= 1.3
, cardano-ledger-mary >= 1.1
, cardano-ledger-shelley >= 1.3
, cardano-protocol-tpraos >= 1.0.3.1
, cardano-ledger-byron >= 1.0.0.2
, cardano-ledger-conway >= 1.5
, cardano-ledger-core >= 1.4
, cardano-ledger-mary >= 1.3.0.2
, cardano-ledger-shelley >= 1.4.1.0
, cardano-protocol-tpraos >= 1.0.3.3
, cardano-slotting >= 0.1
, cardano-strict-containers >= 0.1
, cborg
Expand All @@ -153,9 +153,9 @@ library internal
, mtl
, network
, optparse-applicative-fork
, ouroboros-consensus >= 0.7
, ouroboros-consensus-cardano >= 0.6
, ouroboros-consensus-diffusion >= 0.6
, ouroboros-consensus >= 0.8
, ouroboros-consensus-cardano >= 0.6.1
, ouroboros-consensus-diffusion >= 0.6.1
, ouroboros-consensus-protocol >= 0.5
, ouroboros-network
, ouroboros-network-api
Expand All @@ -170,7 +170,7 @@ library internal
, serialise
, small-steps ^>= 1.0
, stm
, text
, text >= 2.0
, time
, transformers
, transformers-except ^>= 0.1.3
Expand Down Expand Up @@ -228,11 +228,11 @@ library gen
, cardano-binary >= 1.6 && < 1.8
, cardano-crypto-class ^>= 2.1
, cardano-crypto-test ^>= 1.5
, cardano-ledger-alonzo >= 1.3
, cardano-ledger-alonzo >= 1.3.1.1
, cardano-ledger-alonzo-test
, cardano-ledger-byron-test >= 1.5
, cardano-ledger-core >= 1.3
, cardano-ledger-shelley >= 1.3
, cardano-ledger-core >= 1.4
, cardano-ledger-shelley >= 1.4.1.0
, containers
, hedgehog >= 1.1
, text
Expand All @@ -252,8 +252,8 @@ test-suite cardano-api-test
, cardano-crypto-class ^>= 2.1
, cardano-crypto-test ^>= 1.5
, cardano-crypto-tests ^>= 2.1
, cardano-ledger-api >= 1.2.0.1
, cardano-ledger-core:{cardano-ledger-core, testlib} >= 1.2
, cardano-ledger-api >= 1.3
, cardano-ledger-core:{cardano-ledger-core, testlib} >= 1.4
, containers
, hedgehog >= 1.1
, hedgehog-quickcheck
Expand Down Expand Up @@ -298,10 +298,10 @@ test-suite cardano-api-golden
, cardano-crypto-class
, cardano-data >= 1.0
, cardano-ledger-alonzo
, cardano-ledger-api >= 1.2.0.1
, cardano-ledger-core:{cardano-ledger-core, testlib} >= 1.2
, cardano-ledger-api >= 1.3
, cardano-ledger-core:{cardano-ledger-core, testlib} >= 1.4
, cardano-ledger-shelley
, cardano-ledger-shelley-test >= 1.2
, cardano-ledger-shelley-test >= 1.2.0.1
, cardano-slotting ^>= 0.1
, containers
, errors
Expand Down

0 comments on commit f3738af

Please sign in to comment.