packages feed

pong-server 0.0.4.1 → 0.0.4.2

raw patch · 1 files changed

+2/−2 lines, 1 files

Files

pong-server.cabal view
@@ -1,7 +1,7 @@ name:                pong-server-version:             0.0.4.1+version:             0.0.4.2 synopsis:            A simple embedded pingable server that runs in the background.-description:         A simple embedded pingable server that runs in the background. Details in the README on GitHub.+description:         A useful Haskell library for running a pingable server within another application, which is useful for health checks and the like. This library runs a background server that listens on a port, and when a connection comes in, it writes "pong" and closes the connection. Details in the README on GitHub. homepage:            http://github.com/RobertFischer/pong-server#readme license:             PublicDomain license-file:        UNLICENSE