Skip to content

Commit

Permalink
Merge pull request #3465 from input-output-hk/mpj/plutus-1.7
Browse files Browse the repository at this point in the history
Bump to Plutus 1.7
  • Loading branch information
lehins committed Jun 2, 2023
2 parents 8bb8534 + 389fd82 commit 2b9c83e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Expand Up @@ -16,7 +16,7 @@ index-state: 2023-05-25T00:00:00Z
index-state:
, hackage.haskell.org 2023-05-25T00:00:00Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2023-05-09T09:56:38Z
, cardano-haskell-packages 2023-05-23T09:56:38Z

packages:
eras/allegra/impl
Expand Down
4 changes: 2 additions & 2 deletions eras/alonzo/impl/cardano-ledger-alonzo.cabal
Expand Up @@ -81,8 +81,8 @@ library
mtl,
microlens,
nothunks,
plutus-ledger-api ^>=1.6,
plutus-core ^>=1.6,
plutus-ledger-api ^>=1.7,
plutus-core ^>=1.7,
prettyprinter,
serialise,
set-algebra >=1.0,
Expand Down
2 changes: 1 addition & 1 deletion eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal
Expand Up @@ -66,7 +66,7 @@ library
data-default-class,
microlens,
plutus-tx,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.6,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.7,
QuickCheck,
random,
serialise,
Expand Down
2 changes: 1 addition & 1 deletion eras/babbage/impl/cardano-ledger-babbage.cabal
Expand Up @@ -70,7 +70,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.6,
plutus-ledger-api ^>=1.7,
set-algebra,
small-steps,
text,
Expand Down
2 changes: 1 addition & 1 deletion eras/conway/impl/cardano-ledger-conway.cabal
Expand Up @@ -78,7 +78,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.6,
plutus-ledger-api ^>=1.7,
set-algebra,
small-steps,
text,
Expand Down
2 changes: 1 addition & 1 deletion libs/cardano-ledger-binary/cardano-ledger-binary.cabal
Expand Up @@ -67,7 +67,7 @@ library
network,
nothunks,
primitive,
plutus-ledger-api ^>=1.6,
plutus-ledger-api ^>=1.7,
recursion-schemes,
serialise,
tagged,
Expand Down
2 changes: 1 addition & 1 deletion libs/cardano-ledger-test/cardano-ledger-test.cabal
Expand Up @@ -99,7 +99,7 @@ library
nothunks,
plutus-core,
hspec,
plutus-ledger-api ^>=1.6,
plutus-ledger-api ^>=1.7,
prettyprinter,
QuickCheck,
small-steps,
Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Expand Up @@ -5,10 +5,10 @@
"homepage": "https://input-output-hk.github.io/cardano-haskell-packages/",
"owner": "input-output-hk",
"repo": "cardano-haskell-packages",
"rev": "656cf97bed04220d9c1f354ad706e61be71d72df",
"sha256": "00058ayy6zrfg5jvc79spgdbakshdwnyvn1cqcw8j0f8k958pws9",
"rev": "6d439a19d7493618dfa66a33f29785b64e6886b4",
"sha256": "1ghy1qpcn0a711rdwp8s0h05h5g2p5xszl343ymhydrcmmsm3jzh",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-haskell-packages/archive/656cf97bed04220d9c1f354ad706e61be71d72df.tar.gz",
"url": "https://github.com/input-output-hk/cardano-haskell-packages/archive/6d439a19d7493618dfa66a33f29785b64e6886b4.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"hackage.nix": {
Expand Down

0 comments on commit 2b9c83e

Please sign in to comment.