Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use ouroboros-network-0.19 from CHaP
  • Loading branch information
coot authored and amesgen committed Jan 8, 2025
commit 24d93a2b88ed7bfec884e57f7163f802f97121e0
12 changes: 1 addition & 11 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,13 +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
tag: bb0a7d0ff41e265a8ec47bc94377cb4d65e0b498
--sha256: sha256-P7m+nsjtogNQsdpXQnaH1kWxYibEWa0UC6iNGg0+bH4=
subdir:
ouroboros-network
ouroboros-network-api
ouroboros-network-protocols
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