diff options
author | Joe Crayne <joe@jerkface.net> | 2018-09-08 04:31:51 -0400 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2018-09-08 06:05:10 -0400 |
commit | ad20be57786ad34f80192206c480d575392b4ebb (patch) | |
tree | 722333a152705572f7437586772a9173e84a92e2 /dht-client.cabal | |
parent | e5add92a477060d9bba10de7b980c89c24012691 (diff) |
ToxManager rewrite: use aggregated netcrypto sessions.
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index bddb07b3..0eef7cee 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -146,6 +146,8 @@ library | |||
146 | ToxManager | 146 | ToxManager |
147 | XMPPToTox | 147 | XMPPToTox |
148 | DebugUtil | 148 | DebugUtil |
149 | HandshakeCache | ||
150 | Network.Tox.AggregateSession | ||
149 | 151 | ||
150 | build-depends: base | 152 | build-depends: base |
151 | , containers | 153 | , containers |