summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-17 15:42:52 -0400
committerjoe <joe@jerkface.net>2018-06-17 15:42:52 -0400
commit473e161a1444acda297902b70262ba567cfc4469 (patch)
treee51dce615e129b7b8dae6fe99e39ed6a53cfe55e /dht-client.cabal
parentb781d86e1cabf50a8e19bc4bedbe2036703231cf (diff)
Factored ToxManager out of the main module.
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 0ac652ce..9dc5ceb9 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -141,6 +141,7 @@ library
141 PingMachine 141 PingMachine
142 Connection 142 Connection
143 ToxToXMPP 143 ToxToXMPP
144 ToxManager
144 145
145 build-depends: base 146 build-depends: base
146 , containers 147 , containers