packages feed

wuss 1.1.2 → 1.1.3

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~bytestring

Dependency ranges changed: bytestring

Files

package.yaml view
@@ -16,7 +16,7 @@ library:   dependencies:   - base ==4.*-  - bytestring+  - bytestring ==0.10.*   - connection ==0.2.*   - network   - websockets >=0.9 && <0.11@@ -25,4 +25,4 @@ maintainer: Taylor Fausak name: wuss synopsis: Secure WebSocket (WSS) clients-version: '1.1.2'+version: '1.1.3'
wuss.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           wuss-version:        1.1.2+version:        1.1.3 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@@ -28,7 +28,7 @@   ghc-options: -Wall   build-depends:       base ==4.*-    , bytestring+    , bytestring ==0.10.*     , connection ==0.2.*     , network     , websockets >=0.9 && <0.11