packages feed

wuss 1.1.7 → 1.1.8

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

package.yaml view
@@ -1,5 +1,5 @@ name: wuss-version: 1.1.7+version: 1.1.8  category: Network description:@@ -22,7 +22,7 @@ synopsis: Secure WebSocket (WSS) clients  dependencies:-  base: '>= 4.9.0 && < 4.11'+  base: '>= 4.9.0 && < 4.12'   bytestring: '>= 0.10.8 && < 0.11'   connection: '>= 0.2.6 && < 0.3'   network: '>= 2.6.3 && < 2.7'
wuss.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9e579433b8073e0eafb4e01b5bdb8719889b5bf7c0861f28654f5e1f4da9aed5+-- hash: a9c40650e69062b93f022f21b69104dd6c0fd4191622e7a0b2c122be70b78581  name:           wuss-version:        1.1.7+version:        1.1.8 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@@ -32,7 +32,7 @@       library   ghc-options: -Weverything -Wno-safe -Wno-unsafe   build-depends:-      base >=4.9.0 && <4.11+      base >=4.9.0 && <4.12     , bytestring >=0.10.8 && <0.11     , connection >=0.2.6 && <0.3     , network >=2.6.3 && <2.7