summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2018-05-29 05:32:43 +0000
committerJames Crayne <jim.crayne@gmail.com>2018-05-29 05:37:25 +0000
commit7a3ced91da125eebbbee399fc36162c2c3b9716d (patch)
treee9197f4ccd322cffe267fd16c2bf01e0defdc420 /dht-client.cabal
parent1bdc1c4080e07a12ac625272347de7649fee8a04 (diff)
dhtd & Network.Tox.Crypto.Handlers changes:
* merge PerSession into NetCryptoSession * define defaultUnRecHook function * netcrypto command wip for testing * update to sessions command
Diffstat (limited to 'dht-client.cabal')
-rw-r--r--dht-client.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/dht-client.cabal b/dht-client.cabal
index 60a42f00..02b5cdbe 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -4,7 +4,7 @@ license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Joe Crayne 5author: Joe Crayne
6maintainer: Joe Crayne 6maintainer: Joe Crayne
7copyright: (c) 2017 Joe Crayne, (c) 2013, Sam Truzjan 7copyright: (c) 2017 Joe Crayne, (c) 2017 James Crayne, (c) 2013 Sam Truzjan
8category: Network 8category: Network
9build-type: Custom 9build-type: Custom
10cabal-version: >= 1.10 10cabal-version: >= 1.10
@@ -144,6 +144,8 @@ library
144 , hashable 144 , hashable
145 , iproute 145 , iproute
146 , stm >= 2.4.0 146 , stm >= 2.4.0
147 , stm-chans
148 , concurrent-supply
147 , base16-bytestring 149 , base16-bytestring
148 , base32-bytestring 150 , base32-bytestring
149 , base64-bytestring 151 , base64-bytestring
@@ -261,6 +263,7 @@ executable dhtd
261 , containers 263 , containers
262 , stm 264 , stm
263 , stm-chans 265 , stm-chans
266 , concurrent-supply
264 , cereal 267 , cereal
265 , bencoding 268 , bencoding
266 , unordered-containers 269 , unordered-containers