packages feed

network-transport-tcp 0.8.1 → 0.8.2

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~bytestringnew-uploader

Dependency ranges changed: bytestring

Files

ChangeLog view
@@ -1,6 +1,6 @@-next release+2023-03-25 David Simmons-Duffin <dsd@caltech.edu> 0.8.2 -*+* Bump bytestring version to build with GHC 9.8.  2022-10-12 FacundoDominguez <facundo.dominguez@tweag.io> 0.8.1 
network-transport-tcp.cabal view
@@ -1,5 +1,5 @@ Name:          network-transport-tcp-Version:       0.8.1+Version:       0.8.2 Cabal-Version: >=1.10 Build-Type:    Simple License:       BSD3@@ -30,7 +30,7 @@                    network-transport >= 0.5 && < 0.6,                    data-accessor >= 0.2 && < 0.3,                    containers >= 0.4 && < 0.7,-                   bytestring >= 0.9 && < 0.12,+                   bytestring >= 0.9 && < 0.13,                    network >= 3.1 && < 3.2,                    uuid >= 1.3 && < 1.4   Exposed-modules: Network.Transport.TCP,