wuss 2.0.2.6 → 2.0.2.7
raw patch · 2 files changed
+5/−4 lines, 2 filesdep ~basedep ~bytestring
Dependency ranges changed: base, bytestring
Files
- LICENSE.txt +1/−1
- wuss.cabal +4/−3
LICENSE.txt view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Taylor Fausak+Copyright (c) 2026 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
wuss.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: wuss-version: 2.0.2.6+version: 2.0.2.7 synopsis: Secure WebSocket (WSS) clients description: Wuss is a library that lets you easily create secure WebSocket clients over@@ -30,9 +30,9 @@ manual: True common library- build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0+ build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0 build-depends:- bytestring ^>=0.11.4.0 || ^>=0.12.0.2,+ bytestring ^>=0.12.0.2, crypton-connection ^>=0.3.2 || ^>=0.4.0, data-default ^>=0.7.0 || ^>=0.8.0.0, exceptions ^>=0.10.7,@@ -42,6 +42,7 @@ default-language: Haskell2010 ghc-options: -Weverything+ -Wno-all-missed-specialisations -Wno-missing-exported-signatures -Wno-missing-kind-signatures -Wno-missing-safe-haskell-mode