summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
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