~singpolyma/network-protocol-xmpp

8ac8350823ea41194519cb1887c7a0a8f1673ff1 — Stephen Paul Weber 4 years ago c101cb0
Add Internal module
2 files changed, 10 insertions(+), 0 deletions(-)

A lib/Network/Protocol/XMPP/Internal.hs
M network-protocol-xmpp.cabal
A lib/Network/Protocol/XMPP/Internal.hs => lib/Network/Protocol/XMPP/Internal.hs +9 -0
@@ 0,0 1,9 @@
module Network.Protocol.XMPP.Internal (
	Node(..),
	Domain(..),
	Resource(..),
	Stanza(..)
) where

import           Network.Protocol.XMPP.JID
import           Network.Protocol.XMPP.Stanza

M network-protocol-xmpp.cabal => network-protocol-xmpp.cabal +1 -0
@@ 43,6 43,7 @@ library

  exposed-modules:
    Network.Protocol.XMPP
    Network.Protocol.XMPP.Internal

  other-modules:
    Network.Protocol.XMPP.Client