packages feed

wuss 2.0.1.1 → 2.0.1.2

raw patch · 1 files changed

+6/−9 lines, 1 filesdep ~basedep ~bytestringdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, network

API changes (from Hackage documentation)

Files

wuss.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: wuss-version: 2.0.1.1+version: 2.0.1.2  synopsis: Secure WebSocket (WSS) clients description:@@ -31,23 +31,20 @@  common library   build-depends:-    , base >= 4.15.0 && < 4.18-    , bytestring >= 0.10.12 && < 0.12+    , base >= 4.16.0 && < 4.19+    , bytestring >= 0.11.4 && < 0.12     , connection >= 0.3.1 && < 0.4-    , network >= 3.1.1 && < 3.2-    , websockets >= 0.12.7 && < 0.13     , exceptions >= 0.10.4 && < 0.11+    , network >= 3.1.2 && < 3.2+    , websockets >= 0.12.7 && < 0.13   default-language: Haskell2010   ghc-options:     -Weverything     -Wno-missing-exported-signatures+    -Wno-missing-kind-signatures     -Wno-missing-safe-haskell-mode     -Wno-prepositive-qualified-module     -Wno-unsafe--  if impl(ghc >= 9.2)-    ghc-options:-      -Wno-missing-kind-signatures    if flag(pedantic)     ghc-options: -Werror