lambdabot-xmpp-0.1.0.3: lambdabot-xmpp.cabal
name: lambdabot-xmpp
version: 0.1.0.3
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
license-file: LICENSE
author: Adam Flott, Sergey Alirzaev
maintainer: zl29ah@gmail.com
category: Development
build-type: Simple
cabal-version: >=1.10
Tested-With: GHC == 8.6.5
Source-repository head
type: git
location: https://github.com/l29ah/lambdabot-xmpp
Source-repository this
type: git
location: https://github.com/l29ah/lambdabot-xmpp
tag: 0.1.0.3
executable lambdabot-xmpp
main-is: Main.hs
other-modules: Modules,
Paths_lambdabot_xmpp,
XMPP
build-depends: base >=4.11 && <4.13,
pontarius-xmpp >= 0.4.5 && < 0.6,
lambdabot-core >= 5.1 && < 5.2,
lambdabot-haskell-plugins >= 5.1 && < 5.2,
lambdabot-irc-plugins >= 5.1 && < 5.2,
lambdabot-misc-plugins >= 5.1 && < 5.2,
lambdabot-novelty-plugins >= 5.1 && < 5.2,
lambdabot-reference-plugins >= 5.1 && < 5.2,
lambdabot-social-plugins >= 5.1 && < 5.2,
data-default >= 0.7.1.1 && < 0.8,
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.9,
text >= 1.2.3.1 && < 1.3,
tls >= 1.4.1 && < 1.5,
x509-validation >= 1.6.10 && < 1.7,
xml-types >= 0.3.6 && < 0.4
default-language: Haskell2010