packages feed

om-socket 0.11.0.4 → 0.11.0.5

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

om-socket.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                om-socket-version:             0.11.0.4+version:             0.11.0.5 synopsis:            Socket utilities. description:         Binary ingress server, egress client, and                      bidirectional binarry client/server@@ -40,7 +40,7 @@     , om-show        >= 0.1.2.6   && < 0.2     , stm            >= 2.5.0.0   && < 2.6     , text           >= 1.2.5.0   && < 2.2-    , time           >= 1.9.3     && < 1.10+    , time           >= 1.9.3     && < 1.13     , tls            >= 1.5.8     && < 1.10  library