~singpolyma/network-protocol-xmpp

aa56e0565f0537bf278a341b9dbef89bcba956e3 — John Millikin 13 years ago 46192ec
Add missing dependencies to the .cabal file.
2 files changed, 1 insertions(+), 4 deletions(-)

M Network/Protocol/XMPP/Component.hs
M network-protocol-xmpp.cabal
M Network/Protocol/XMPP/Component.hs => Network/Protocol/XMPP/Component.hs +0 -3
@@ 21,9 21,6 @@ module Network.Protocol.XMPP.Component (
	,componentConnect
	,componentAuthenticate
	,componentJID
	,putTree
	,getTree
	,putStanza
	) where

import Control.Monad (when)

M network-protocol-xmpp.cabal => network-protocol-xmpp.cabal +1 -1
@@ 17,7 17,7 @@ source-repository head
  location: http://patch-tag.com/r/jmillikin/network-protocol-xmpp/pullrepo

library
  build-depends: base >=3 && < 5, hxt, libxml-sax >= 0.2, hsgnutls, gsasl, network
  build-depends: base >=3 && < 5, hxt, libxml-sax >= 0.2, hsgnutls, gsasl, network, bytestring, SHA
  exposed-modules:
    Network.Protocol.XMPP
    Network.Protocol.XMPP.Client