Skip to content

Commit

Permalink
Merge pull request #5030 from IntersectMBO/coot/network-3.2
Browse files Browse the repository at this point in the history
Use network-3.2.7
  • Loading branch information
coot authored Jan 7, 2025
2 parents 08e7e31 + 2e241f0 commit efb64c7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions cardano-ping/cardano-ping.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@ library
hs-source-dirs: src
exposed-modules: Cardano.Network.Ping
build-depends:
-- The Windows version of network-3.1.2 is missing
-- functions, see
-- https://github.com/haskell/network/issues/484
aeson >=2.1.1.0 && <3,
base >=4.14 && <4.21,
bytestring >=0.10 && <0.13,
cborg >=0.2.8 && <0.3,
contra-tracer >=0.1 && <0.3,
iproute ^>=1.7.15,
network >=3.1.2.2 && <3.2,
network ^>=3.2.7,
network-mux ^>=0.6,
si-timers ^>=1.5,
strict-stm,
Expand Down
2 changes: 1 addition & 1 deletion network-mux/network-mux.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library
contra-tracer >=0.1 && <0.2,
io-classes ^>=1.5.0,
monoidal-synchronisation >=0.1 && <0.2,
network ^>=3.1.4,
network ^>=3.2.7,
process ^>=1.6,
quiet,
si-timers,
Expand Down
2 changes: 1 addition & 1 deletion ntp-client/ntp-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
binary >=0.8 && <0.11,
bytestring >=0.10 && <0.13,
contra-tracer >=0.1 && <0.2,
network >=3.1.2 && <3.2,
network ^>=3.2.7,
stm >=2.4 && <2.6,
time >=1.9.1 && <1.14,

Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network-api/ouroboros-network-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ library
io-classes ^>=1.5.0,
iproute ^>=1.7.15,
measures,
network >=3.1.2 && <3.2,
network ^>=3.2.7,
network-mux ^>=0.6,
nothunks,
quiet,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ library
iproute >=1.7 && <1.8,
monoidal-synchronisation ^>=0.1.0.6,
mtl,
network ^>=3.1.4,
network ^>=3.2.7,
network-mux ^>=0.6,
nothunks,
nothunks ^>=0.1.4 || ^>=0.2,
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network/ouroboros-network.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ library
iproute,
monoidal-synchronisation,
mtl,
network ^>=3.1.4,
network ^>=3.2.7,
network-mux,
nothunks,
ouroboros-network-api ^>=0.12,
Expand Down

0 comments on commit efb64c7

Please sign in to comment.