packages feed

distributed-process-simplelocalnet 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~bytestringdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, containers

API changes (from Hackage documentation)

Files

distributed-process-simplelocalnet.cabal view
@@ -1,5 +1,5 @@ Name:          distributed-process-simplelocalnet-Version:       0.2.0.1+Version:       0.2.0.2 Cabal-Version: >=1.8 Build-Type:    Simple License:       BSD3 @@ -25,12 +25,12 @@  Library   Build-Depends:     base >= 4.4 && < 5,-                     bytestring >= 0.9 && < 0.10,+                     bytestring >= 0.9 && < 0.11,                      network >= 2.3 && < 2.4,                      network-multicast >= 0.0 && < 0.1,                      data-accessor >= 0.2 && < 0.3,                      binary >= 0.5 && < 0.6,-                     containers >= 0.4 && < 0.5,+                     containers >= 0.4 && < 0.6,                      transformers >= 0.2 && < 0.4,                      network-transport >= 0.2 && < 0.3,                      network-transport-tcp >= 0.2 && < 0.3,@@ -47,12 +47,12 @@   Type:              exitcode-stdio-1.0   Main-Is:           TestSimpleLocalnet.hs   Build-Depends:     base >= 4.4 && < 5,-                     bytestring >= 0.9 && < 0.10,+                     bytestring >= 0.9 && < 0.11,                      network >= 2.3 && < 2.4,                      network-multicast >= 0.0 && < 0.1,                      data-accessor >= 0.2 && < 0.3,                      binary >= 0.5 && < 0.6,-                     containers >= 0.4 && < 0.5,+                     containers >= 0.4 && < 0.6,                      transformers >= 0.2 && < 0.4,                      network-transport >= 0.2 && < 0.3,                      network-transport-tcp >= 0.2 && < 0.3,