From 7a3ced91da125eebbbee399fc36162c2c3b9716d Mon Sep 17 00:00:00 2001 From: James Crayne Date: Tue, 29 May 2018 05:32:43 +0000 Subject: dhtd & Network.Tox.Crypto.Handlers changes: * merge PerSession into NetCryptoSession * define defaultUnRecHook function * netcrypto command wip for testing * update to sessions command --- dht-client.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dht-client.cabal') 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 license-file: LICENSE author: Joe Crayne maintainer: Joe Crayne -copyright: (c) 2017 Joe Crayne, (c) 2013, Sam Truzjan +copyright: (c) 2017 Joe Crayne, (c) 2017 James Crayne, (c) 2013 Sam Truzjan category: Network build-type: Custom cabal-version: >= 1.10 @@ -144,6 +144,8 @@ library , hashable , iproute , stm >= 2.4.0 + , stm-chans + , concurrent-supply , base16-bytestring , base32-bytestring , base64-bytestring @@ -261,6 +263,7 @@ executable dhtd , containers , stm , stm-chans + , concurrent-supply , cereal , bencoding , unordered-containers -- cgit v1.2.3