summaryrefslogtreecommitdiff
path: root/dht/dht-client.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-12-02 22:19:37 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-01 23:22:52 -0500
commit457fec85e4b5e707d578df267ce5f5331b126a7f (patch)
tree9d3f1fb387006aa141091babe66df49a3838e1b9 /dht/dht-client.cabal
parent2e9253a8e49606e7c4c538e030ee6d7ef6893c52 (diff)
Command 'r' to generate random node ids.
Diffstat (limited to 'dht/dht-client.cabal')
-rw-r--r--dht/dht-client.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/dht/dht-client.cabal b/dht/dht-client.cabal
index a2a86b95..feaf2ed4 100644
--- a/dht/dht-client.cabal
+++ b/dht/dht-client.cabal
@@ -334,6 +334,7 @@ executable dhtd
334 , filepath 334 , filepath
335 , process 335 , process
336 , cereal-conduit >= 0.7.3 336 , cereal-conduit >= 0.7.3
337 , cryptonite
337 338
338 if flag(thread-debug) 339 if flag(thread-debug)
339 build-depends: time 340 build-depends: time