packages feed

wss-client 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+7/−8 lines, 2 files

Files

README.md view
@@ -9,8 +9,6 @@ - Add APIs to modify config of both http-client and websockets. - Test with a mock server. -<!-- Uncomment after uploading on Hackage.- ## Example  An example program is here: [app/sample.hs](app/sample.hs).  @@ -18,7 +16,8 @@  ```bash stack unpack wss-client-stack install wss-client --flag wss-client:build-sample+cd wss-client-*+stack init+stack build wss-client --flag wss-client:build-sample+stack exec wss-client-sample ```--->-
wss-client.cabal view
@@ -1,7 +1,7 @@ name:                wss-client-version:             0.1.0.0-synopsis:            A-little-higher-level WebSockets client.-description:         A-little-higher-level WebSockets client. Based on http-client and http-client-tls.+version:             0.1.0.1+synopsis:            A-little-higher-level WebSocket client.+description:         A-little-higher-level WebSocket client. Based on http-client and http-client-tls. homepage:            https://github.com/iij-ii/wss-client license:             Apache-2.0 license-file:        LICENSE