Skip to content

Commit

Permalink
Use ouroboros-network-0.19 from CHaP
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Jan 2, 2025
1 parent f393abe commit 98d2087
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 29 deletions.
21 changes: 1 addition & 20 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2024-12-10T16:20:07Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-12-18T14:29:04Z
, cardano-haskell-packages 2025-01-02T14:22:02Z

packages:
ouroboros-consensus
Expand Down Expand Up @@ -47,22 +47,3 @@ if(os(windows))

-- https://github.com/ulidtko/cabal-doctest/issues/85
constraints: Cabal < 3.13

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-network.git
tag: 4920b7a8e1a639e6b6a85611bef6d541e21d012a
--sha256: sha256-mrGXtC/mStln5KqoXlruKYl2vHYZhgw3biRlZm82h7A=
subdir:
cardano-client
cardano-ping
monoidal-synchronisation
network-mux
ntp-client
ouroboros-network
ouroboros-network-api
ouroboros-network-framework
ouroboros-network-mock
ouroboros-network-protocols
ouroboros-network-testing
quickcheck-monoids
4 changes: 2 additions & 2 deletions ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ library
nothunks,
ouroboros-consensus ^>=0.21,
ouroboros-consensus-protocol ^>=0.9,
ouroboros-network-api ^>=0.11,
ouroboros-network-api ^>=0.12,
serialise ^>=0.2,
small-steps,
sop-core ^>=0.5,
Expand Down Expand Up @@ -558,7 +558,7 @@ library unstable-cardano-tools
ouroboros-consensus-protocol ^>=0.9,
ouroboros-network,
ouroboros-network-api,
ouroboros-network-framework ^>=0.14,
ouroboros-network-framework ^>=0.15,
ouroboros-network-protocols,
resource-registry,
serialise ^>=0.2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ library
hashable,
io-classes ^>=1.5,
mtl,
network-mux ^>=0.5,
network-mux ^>=0.6,
ouroboros-consensus ^>=0.21,
ouroboros-network ^>=0.18,
ouroboros-network-api ^>=0.11,
ouroboros-network-framework ^>=0.14,
ouroboros-network-protocols ^>=0.12,
ouroboros-network ^>=0.19,
ouroboros-network-api ^>=0.12,
ouroboros-network-framework ^>=0.15,
ouroboros-network-protocols ^>=0.13,
random,
resource-registry ^>=0.1,
safe-wild-cards ^>=1.0,
Expand Down
4 changes: 2 additions & 2 deletions ouroboros-consensus/ouroboros-consensus.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ library
mtl,
multiset ^>=0.3,
nothunks ^>=0.2,
ouroboros-network-api ^>=0.11,
ouroboros-network-api ^>=0.12,
ouroboros-network-mock ^>=0.1,
ouroboros-network-protocols ^>=0.12,
ouroboros-network-protocols ^>=0.13,
primitive,
psqueues ^>=0.2.3,
quiet ^>=0.2,
Expand Down

0 comments on commit 98d2087

Please sign in to comment.