Skip to content

Commit

Permalink
Bump CHaP and Cardano API dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 authored and Unisay committed Jun 19, 2024
1 parent ea6d400 commit 2e96e30
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 deletions.
11 changes: 6 additions & 5 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-06-12T10:10:17Z
, cardano-haskell-packages 2024-06-12T10:10:17Z
, hackage.haskell.org 2024-06-17T19:25:27Z
, cardano-haskell-packages 2024-06-19T14:54:52Z

packages:
cardano-cli
Expand All @@ -31,9 +31,10 @@ package bitvec
-- Workaround for windows cross-compilation
flags: -simd

constraints:
-- io-classes-mtl-0.1.2.0 is not buildable
io-classes-mtl < 0.1.2.0
extra-packages: Cabal
if os(windows)
constraints: time ^>=1.14
allow-newer: *:time

tests: True

Expand Down
10 changes: 5 additions & 5 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ library
, binary
, bytestring
, canonical-json
, cardano-api ^>= 8.47.0.0
, cardano-api ^>= 8.48
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.2
Expand Down Expand Up @@ -234,12 +234,12 @@ library
, microlens
, network
, optparse-applicative-fork
, ouroboros-consensus >= 0.17
, ouroboros-consensus >= 0.18
-- TODO: bump consensus back
, ouroboros-consensus-cardano >= 0.15
, ouroboros-consensus-cardano >= 0.16
, ouroboros-consensus-protocol >= 0.9
, ouroboros-network-api
, ouroboros-network-protocols ^>=0.8
, ouroboros-network-api ^>= 0.7.3
, ouroboros-network-protocols
, parsec
, prettyprinter
, prettyprinter-ansi-terminal
Expand Down
56 changes: 28 additions & 28 deletions flake.lock

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

0 comments on commit 2e96e30

Please sign in to comment.