packages feed

network-protocol-xmpp-0.3.2.3: network-protocol-xmpp.cabal

name: network-protocol-xmpp
version: 0.3.2.3
synopsis: Client->Server XMPP
license: GPL-3
license-file: License.txt
author: John Millikin <jmillikin@gmail.com>
        Stephan Maka  <stephan@spaceboyz.net>
maintainer: jmillikin@gmail.com
build-type: Simple
cabal-version: >=1.6
category: Network
stability: experimental
bug-reports: mailto:jmillikin@gmail.com
homepage: http://john-millikin.com/software/network-protocol-xmpp/
tested-with: GHC==6.12.1

source-repository head
  type: bazaar
  location: http://john-millikin.com/software/network-protocol-xmpp/

library
  if true
    ghc-options: -Wall

  if impl(ghc >= 6.11)
    ghc-options: -fno-warn-unused-do-bind

  build-depends:
      base >= 3 && < 5
    , text >= 0.7 && < 0.11
    , gnuidn >= 0.1 && < 0.2
    , gnutls >= 0.1 && < 0.3
    , bytestring >= 0.9 && < 0.10
    , gsasl >= 0.3 && < 0.4
    , network >= 2.2 && < 2.3
    , transformers >= 0.2 && < 0.3
    , monads-tf >= 0.1 && < 0.2
    , libxml-sax >= 0.6 && < 0.7
    , xml-types >= 0.1 && < 0.2

  exposed-modules:
    Network.Protocol.XMPP

  other-modules:
    Network.Protocol.XMPP.Client
    Network.Protocol.XMPP.Client.Authentication
    Network.Protocol.XMPP.Client.Features
    Network.Protocol.XMPP.Component
    Network.Protocol.XMPP.Connections
    Network.Protocol.XMPP.ErrorT
    Network.Protocol.XMPP.Handle
    Network.Protocol.XMPP.JID
    Network.Protocol.XMPP.Monad
    Network.Protocol.XMPP.Stanza
    Network.Protocol.XMPP.XML