courier 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+7/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- courier.cabal +7/−5
courier.cabal view
@@ -2,12 +2,14 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: courier-version: 0.1.0.2+version: 0.1.0.3 synopsis: A message-passing library, intended for simplifying network applications-description: Inspired Erlang's simple message-passing facilities, courier provides roughly similar - capabilities. Applications simply create one or more endpoints, bind each to a transport - using a given name, then can freely send / receive messages to other endpoints just by - referencing the name each endpoint bound to its transport.+description: Inspired by Erlang's simple message-passing facilities, courier provides roughly similar + capabilities. Applications simply create one or more 'Network.Endpoints.Endpoint's, + bind each to a 'Network.Transport.Transport' using a given name, then can freely + send / receive messages to other endpoints just by referencing the name each endpoint + bound to its transport.+ homepage: http://github.com/hargettp/courier license: MIT license-file: LICENSE