summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-11-17 14:41:53 -0500
committerjoe <joe@jerkface.net>2017-11-17 14:41:53 -0500
commit5191d7c488462afd4d97e46865b83e939552c4dd (patch)
tree816b674880d21ef77c282d453aa57fce631b3e8d /dht-client.cabal
parent4219114282dea03301a7d09817d6210baef1791d (diff)
Generic connection manager for Tox and XMPP.
Diffstat (limited to 'dht-client.cabal')
-rw-r--r--dht-client.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal
index 94e99b3e..6ad4ad37 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -125,6 +125,7 @@ library
125 Util 125 Util
126 Presence 126 Presence
127 PingMachine 127 PingMachine
128 Connection
128 129
129 build-depends: base 130 build-depends: base
130 , containers 131 , containers