packages feed

wuss 1.1.11 → 1.1.12

raw patch · 3 files changed

+6/−6 lines, 3 filesdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

package.yaml view
@@ -1,5 +1,5 @@ name: wuss-version: 1.1.11+version: 1.1.12  category: Network description:@@ -25,7 +25,7 @@   base: '>= 4.9.0 && < 4.13'   bytestring: '>= 0.10.8 && < 0.11'   connection: '>= 0.2.6 && < 0.3'-  network: '>= 2.6.3 && < 2.9'+  network: '>= 2.6.3 && < 2.9 || >= 3.0.0 && < 3.1'   websockets: '>= 0.9.7 && < 0.13' ghc-options:   -Weverything
stack.yaml view
@@ -1,1 +1,1 @@-resolver: nightly-2018-11-01+resolver: lts-13.0
wuss.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d5017332bb87935c0184c5508464a3dd52df0974196779253578335328952db6+-- hash: 92e36eb7332bf1ee581b4ee9bb95774d4fabfdd5f711f517a86cfde23f92be26  name:           wuss-version:        1.1.11+version:        1.1.12 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@@ -39,6 +39,6 @@       base >=4.9.0 && <4.13     , bytestring >=0.10.8 && <0.11     , connection >=0.2.6 && <0.3-    , network >=2.6.3 && <2.9+    , network >=2.6.3 && <2.9 || >=3.0.0 && <3.1     , websockets >=0.9.7 && <0.13   default-language: Haskell2010