Skip to content

Commit

Permalink
Upgrade to network-3.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Nov 19, 2020
1 parent 20ec0a8 commit 5d7aa2e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Win32-network/Win32-network.cabal
Expand Up @@ -39,7 +39,7 @@ library
include-dirs: include
build-depends: base >= 4.5 && < 4.15,
bytestring >= 0.10 && < 0.11,
network >= 3.1 && < 3.2,
network >= 3.1.2 && < 3.2,
Win32 >= 2.5.4.1
extra-libraries: ws2_32

Expand Down
2 changes: 1 addition & 1 deletion network-mux/network-mux.cabal
Expand Up @@ -48,7 +48,7 @@ library
-- The Windows version of network-3.1.2 is missing
-- functions, see
-- https://github.com/haskell/network/issues/484
network >=3.1 && <3.1.2,
network >=3.1.2 && <3.2,
process >=1.6 && <1.7,
statistics-linreg
>=0.3 && <0.4,
Expand Down
2 changes: 1 addition & 1 deletion ntp-client/ntp-client.cabal
Expand Up @@ -23,7 +23,7 @@ library
, binary >=0.8 && <0.11
, bytestring >=0.10 && <0.11
, contra-tracer >=0.1 && <0.2
, network >= 3.1 && <3.2
, network >= 3.1.2 && <3.2
, stm >=2.4 && <2.6
, time >=1.6 && <1.11
, Win32-network >=0.1 && <0.2
Expand Down
Expand Up @@ -75,7 +75,7 @@ library
, contra-tracer

, io-sim-classes >=0.1 && < 0.3
, network >=3.1 && < 3.2
, network >=3.1.2 && < 3.2
, network-mux >=0.1 && < 0.2
, typed-protocols >=0.1 && < 0.2
, Win32-network >=0.1 && < 0.2
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network/ouroboros-network.cabal
Expand Up @@ -146,7 +146,7 @@ library
iproute,
mtl,
nothunks,
network >=3.1 && <3.2,
network >=3.1.2 && <3.2,
psqueues >=0.2.3 && <0.3,
serialise >=0.2 && <0.3,
random,
Expand Down

0 comments on commit 5d7aa2e

Please sign in to comment.