wuss 1.1.3 → 1.1.4
raw patch · 3 files changed
+6/−6 lines, 3 filesdep ~websockets
Dependency ranges changed: websockets
Files
- package.yaml +2/−2
- stack.yaml +1/−1
- wuss.cabal +3/−3
package.yaml view
@@ -19,10 +19,10 @@ - bytestring ==0.10.* - connection ==0.2.* - network- - websockets >=0.9 && <0.11+ - websockets >=0.9 && <0.12 exposed-modules: Wuss license: MIT maintainer: Taylor Fausak name: wuss synopsis: Secure WebSocket (WSS) clients-version: '1.1.3'+version: '1.1.4'
stack.yaml view
@@ -1,1 +1,1 @@-resolver: nightly-2016-07-05+resolver: lts-8.0
wuss.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.14.0.+-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: wuss-version: 1.1.3+version: 1.1.4 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@@ -31,7 +31,7 @@ , bytestring ==0.10.* , connection ==0.2.* , network- , websockets >=0.9 && <0.11+ , websockets >=0.9 && <0.12 exposed-modules: Wuss other-modules: