summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2018-05-30 22:56:03 +0000
committerJames Crayne <jim.crayne@gmail.com>2018-05-30 22:56:03 +0000
commit39761dea4e24eb942e4cefbc70b8c8c3d90cf571 (patch)
tree819c0cc89a450e7023c43d7f4931e88ff09e5a1f /dht-client.cabal
parentf43dab6b76a5c6022457831caac79c861a91f9ae (diff)
This patch:
* integrates Connection.Tox and Network.Tox.Crypto.Handlers * Network.Tox.netCrypto function uses freshCryptoSession
Diffstat (limited to 'dht-client.cabal')
-rw-r--r--dht-client.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal
index 18de7a62..496c0f5a 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -127,6 +127,7 @@ library
127 Paths 127 Paths
128 PeerResolve 128 PeerResolve
129 Connection.Tcp 129 Connection.Tcp
130 Connection.Tox
130 SockAddr 131 SockAddr
131 TraversableT 132 TraversableT
132 UTmp 133 UTmp
@@ -139,6 +140,7 @@ library
139 140
140 build-depends: base 141 build-depends: base
141 , containers 142 , containers
143 , dependent-sum
142 , array 144 , array
143 , hashable 145 , hashable
144 , iproute 146 , iproute