hsendxmpp 0.1.3.1 → 0.1.3.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~textdep ~tls
Dependency ranges changed: text, tls
Files
- hsendxmpp.cabal +5/−5
hsendxmpp.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: hsendxmpp -- semver-version: 0.1.3.1+version: 0.1.3.2 synopsis: sendxmpp clone, sending XMPP messages via CLI description: It aims to be a drop-in replacement regarding the CLI flags. It is user-friendlier, handles errors better and, unlike sendxmpp, it supports modern authentication and encryption schemes. license: AGPL-3.0-only@@ -11,7 +11,7 @@ -- copyright: category: Network, CLI, XMPP build-type: Simple-tested-with: GHC == 9.6.2+tested-with: GHC == 9.8.2 Source-repository head type: git@@ -20,7 +20,7 @@ Source-repository this type: git location: https://github.com/l29ah/hsendxmpp.git- tag: 0.1.3+ tag: 0.1.3.2 executable hsendxmpp main-is: Main.hs@@ -32,7 +32,7 @@ pontarius-xmpp-extras >= 0.1.0.6 && < 0.2, hslogger >= 1.2.8 && < 1.4, string-class >= 0.1.7.0 && < 0.2,- text >= 1.2.4.1 && < 2.1,- tls >= 1.5.5 && < 1.8,+ text >= 1.2.4.1 && < 2.2,+ tls >= 1.5.5 && < 2.1, -- hs-source-dirs: default-language: Haskell2010