|
|
|
@ -14,7 +14,7 @@ Bug-Reports: mailto:info@jonkri.com |
|
|
|
Package-URL: http://hackage.haskell.org/packages/archive/pontarius-xmpp/0.1.0.0/pontarius-xmpp-0.1.0.0.tar.gz |
|
|
|
Package-URL: http://hackage.haskell.org/packages/archive/pontarius-xmpp/0.1.0.0/pontarius-xmpp-0.1.0.0.tar.gz |
|
|
|
Synopsis: An incomplete implementation of RFC 6120 (XMPP: Core) |
|
|
|
Synopsis: An incomplete implementation of RFC 6120 (XMPP: Core) |
|
|
|
Description: Pontarius is a work in progress implementation of |
|
|
|
Description: Pontarius is a work in progress implementation of |
|
|
|
RFC 6120 (XMPP: Core). |
|
|
|
RFC 6120 (XMPP: Core). |
|
|
|
Category: Network |
|
|
|
Category: Network |
|
|
|
Tested-With: GHC ==7.0.4, GHC ==7.4.1 |
|
|
|
Tested-With: GHC ==7.0.4, GHC ==7.4.1 |
|
|
|
-- Data-Files: |
|
|
|
-- Data-Files: |
|
|
|
@ -25,33 +25,33 @@ Tested-With: GHC ==7.0.4, GHC ==7.4.1 |
|
|
|
Library |
|
|
|
Library |
|
|
|
hs-source-dirs: source |
|
|
|
hs-source-dirs: source |
|
|
|
Exposed: True |
|
|
|
Exposed: True |
|
|
|
Build-Depends: base >4 && <5 |
|
|
|
Build-Depends: base >4 && <5 |
|
|
|
, conduit >= 0.5 |
|
|
|
, conduit >=0.5 |
|
|
|
, void -any |
|
|
|
, void >=0.5.5 |
|
|
|
, resourcet -any |
|
|
|
, resourcet >=0.3.0 |
|
|
|
, containers -any |
|
|
|
, containers >=0.4.0.0 |
|
|
|
, random -any |
|
|
|
, random >=1.0.0.0 |
|
|
|
, tls -any |
|
|
|
, tls >=1.0.0 |
|
|
|
, tls-extra -any |
|
|
|
, tls-extra >=0.5.0 |
|
|
|
, pureMD5 -any |
|
|
|
, pureMD5 >=2.1.2.1 |
|
|
|
, base64-bytestring -any |
|
|
|
, base64-bytestring >=0.1.0.0 |
|
|
|
, binary -any |
|
|
|
, binary >=0.4.1 |
|
|
|
, attoparsec -any |
|
|
|
, attoparsec >=0.10.0.3 |
|
|
|
, crypto-api -any |
|
|
|
, crypto-api >=0.9 |
|
|
|
, cryptohash -any |
|
|
|
, cryptohash >=0.6.1 |
|
|
|
, text -any |
|
|
|
, text >=0.11.1.5 |
|
|
|
, bytestring -any |
|
|
|
, bytestring >=0.9.1.9 |
|
|
|
, transformers -any |
|
|
|
, transformers >=0.2.2.0 |
|
|
|
, mtl -any |
|
|
|
, mtl >=2.0.0.0 |
|
|
|
, network -any |
|
|
|
, network >=2.3 |
|
|
|
, lifted-base -any |
|
|
|
, lifted-base >=0.1.0.1 |
|
|
|
, split -any |
|
|
|
, split >=0.1.2.3 |
|
|
|
, stm -any |
|
|
|
, stm >=2.1.2.1 |
|
|
|
, xml-types -any |
|
|
|
, xml-types >=0.3.1 |
|
|
|
, xml-conduit >= 1.0 |
|
|
|
, xml-conduit >=1.0 |
|
|
|
, xml-picklers >= 0.2.2 |
|
|
|
, xml-picklers >=0.2.2 |
|
|
|
, data-default -any |
|
|
|
, data-default >=0.2 |
|
|
|
, stringprep >= 0.1.5 |
|
|
|
, stringprep >=0.1.3 |
|
|
|
Exposed-modules: Network.Xmpp |
|
|
|
Exposed-modules: Network.Xmpp |
|
|
|
, Network.Xmpp.Bind |
|
|
|
, Network.Xmpp.Bind |
|
|
|
, Network.Xmpp.Concurrent |
|
|
|
, Network.Xmpp.Concurrent |
|
|
|
|