lambdabot-xmpp 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~network
Dependency ranges changed: network
Files
- lambdabot-xmpp.cabal +4/−4
lambdabot-xmpp.cabal view
@@ -1,5 +1,5 @@ name: lambdabot-xmpp-version: 0.1.0.1+version: 0.1.0.2 synopsis: Lambdabot plugin for XMPP (Jabber) protocol description: Usage: cabal build && .\/dist\/build\/lambdabot\/lambdabot -e 'xmpp-connect asdfasdf example.com 5222 username nick password haskell@conference.example.com' license: OtherLicense@@ -9,7 +9,7 @@ category: Development build-type: Simple cabal-version: >=1.10-Tested-With: GHC == 8.4.4+Tested-With: GHC == 8.6.5 Source-repository head type: git@@ -18,7 +18,7 @@ Source-repository this type: git location: https://github.com/l29ah/lambdabot-xmpp- tag: 0.1.0.1+ tag: 0.1.0.2 executable lambdabot main-is: Main.hs@@ -38,7 +38,7 @@ split >= 0.2.3.3 && < 0.3, lifted-base >= 0.2.3.12 && < 0.3, mtl >= 2.2.2 && < 2.3,- network >= 2.6.3.2 && < 2.7,+ network >= 2.6.3.2 && < 2.9, text >= 1.2.3.1 && < 1.3, tls >= 1.4.1 && < 1.5, x509-validation >= 1.6.10 && < 1.7,