~singpolyma/network-protocol-xmpp

ref: 7351372c2ac25398b67ac4edea61587ae6ba1dcc network-protocol-xmpp/network-protocol-xmpp.cabal -rw-r--r-- 758 bytes
7351372c — John Millikin Version 0.1 14 years ago
                                                                                
7351372c John Millikin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: network-protocol-xmpp
version: 0.1
synopsis: Client <-> Server communication over XMPP
license: GPL
license-file: License.txt
author: John Millikin
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: bzr
  location: bzr+ssh://bazaar.launchpad.net/~jmillikin/%2Bjunk/network-protocol-xmpp/

library
  build-depends: base >=3 && < 5, hxt, libxml-sax >= 0.2, hsgnutls, gsasl, network
  exposed-modules:
    Network.Protocol.XMPP
    Network.Protocol.XMPP.Client
    Network.Protocol.XMPP.JID
    Network.Protocol.XMPP.SASL
    Network.Protocol.XMPP.Stanzas
    Network.Protocol.XMPP.Stream
    Network.Protocol.XMPP.Util