diff options
author | Joe Crayne <joe@jerkface.net> | 2018-11-04 23:58:44 -0500 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2018-11-05 00:02:04 -0500 |
commit | 3e2a0aad66b7567c8ed2d11214724919790462d7 (patch) | |
tree | a6ec378c7b0cc1498da7961702427002edd5b0d3 /dht-client.cabal | |
parent | e8d00e729f1d6737180210d018f78e4b2efd8a35 (diff) |
Factored Stanza.Build out of XMPPServer.
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index b8882b8f..074604bf 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -137,7 +137,8 @@ library | |||
137 | Connection.Tcp | 137 | Connection.Tcp |
138 | SockAddr | 138 | SockAddr |
139 | UTmp | 139 | UTmp |
140 | Stanza.Type | 140 | Stanza.Build |
141 | Stanza.Types | ||
141 | Stanza.Parse | 142 | Stanza.Parse |
142 | XMPPServer | 143 | XMPPServer |
143 | Util | 144 | Util |