pong-server 0.0.4.2 → 0.0.4.3
raw patch · 1 files changed
+1/−1 lines, 1 files
Files
- pong-server.cabal +1/−1
pong-server.cabal view
@@ -1,5 +1,5 @@ name: pong-server-version: 0.0.4.2+version: 0.0.4.3 synopsis: A simple embedded pingable server that runs in the background. 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