diff options
author | joe <joe@jerkface.net> | 2018-06-17 15:42:52 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-17 15:42:52 -0400 |
commit | 473e161a1444acda297902b70262ba567cfc4469 (patch) | |
tree | e51dce615e129b7b8dae6fe99e39ed6a53cfe55e /dht-client.cabal | |
parent | b781d86e1cabf50a8e19bc4bedbe2036703231cf (diff) |
Factored ToxManager out of the main module.
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 1 |
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 |