packages feed

network-protocol-xmpp-0.2.1: network-protocol-xmpp.cabal

name: network-protocol-xmpp
version: 0.2.1
synopsis: Client <-> Server communication over XMPP
license: GPL
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

source-repository head
  type: darcs
  location: http://ianen.org/haskell/xmpp/

library
  build-depends:
    base >=3 && < 5,
    hxt >= 8.5 && < 8.6,
    libxml-sax >= 0.3 && < 0.4,
    hsgnutls >= 0.2 && < 0.3,
    gsasl >= 0.2 && < 0.3,
    network >= 2.2 && < 2.3,
    bytestring >= 0.9 && < 1.0,
    SHA >= 1.4 && < 1.5

  exposed-modules:
    Network.Protocol.XMPP
    Network.Protocol.XMPP.Client
    Network.Protocol.XMPP.Component
    Network.Protocol.XMPP.Connection
    Network.Protocol.XMPP.JID
    Network.Protocol.XMPP.SASL
    Network.Protocol.XMPP.Stanzas
    Network.Protocol.XMPP.Stream
    Network.Protocol.XMPP.Util