packages feed

lambdabot-xmpp-0.1.0.6: lambdabot-xmpp.cabal

name:                lambdabot-xmpp
version:             0.1.0.6
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.10.1

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.6

executable lambdabot-xmpp
  main-is:             Main.hs
  other-modules:        Modules,
                        Paths_lambdabot_xmpp,
                        XMPP
  build-depends:        base >= 4.11 && < 5,
                        pontarius-xmpp >= 0.4.5 && < 0.6,
                        lambdabot-core >= 5.1 && < 5.4,
                        lambdabot-haskell-plugins >= 5.1 && < 5.4,
                        lambdabot-irc-plugins >= 5.1 && < 5.4,
                        lambdabot-misc-plugins >= 5.1 && < 5.4,
                        lambdabot-novelty-plugins >= 5.1 && < 5.4,
                        lambdabot-reference-plugins >= 5.1 && < 5.4,
                        lambdabot-social-plugins >= 5.1 && < 5.4,
                        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.4,
                        network >= 2.6.3.2 && < 3.3,
                        text >= 1.2.3.1 && < 2.2,
                        tls >= 1.4.1 && < 2.2,
                        crypton-x509-validation >= 1.6.10 && < 1.7,
                        xml-types >= 0.3.6 && < 0.4
  default-language:    Haskell2010