packages feed

wuss 1.1.9 → 1.1.10

raw patch · 3 files changed

+4/−4 lines, 3 files

Files

package.yaml view
@@ -1,5 +1,5 @@ name: wuss-version: 1.1.9+version: 1.1.10  category: Network description:
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-11.0+resolver: lts-12.0
wuss.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: c8a60efa877900dfdda132ddeb23c432ccf96a72bb839e7aab334113642d1947+-- hash: 5665b9d0ebf0f586eeda194d6e2c0e90278e30b705f47aa819fa74c9af977efc  name:           wuss-version:        1.1.9+version:        1.1.10 synopsis:       Secure WebSocket (WSS) clients description:    Wuss is a library that lets you easily create secure WebSocket clients over the WSS protocol. It is a small addition to <https://hackage.haskell.org/package/websockets the websockets package> and is adapted from existing solutions by <https://gist.github.com/jaspervdj/7198388 @jaspervdj>, <https://gist.github.com/mpickering/f1b7ba3190a4bb5884f3 @mpickering>, and <https://gist.github.com/elfenlaid/7b5c28065e67e4cf0767 @elfenlaid>. category:       Network