diff options
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 5 |
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 | |||
4 | license-file: LICENSE | 4 | license-file: LICENSE |
5 | author: Joe Crayne | 5 | author: Joe Crayne |
6 | maintainer: Joe Crayne | 6 | maintainer: Joe Crayne |
7 | copyright: (c) 2017 Joe Crayne, (c) 2013, Sam Truzjan | 7 | copyright: (c) 2017 Joe Crayne, (c) 2017 James Crayne, (c) 2013 Sam Truzjan |
8 | category: Network | 8 | category: Network |
9 | build-type: Custom | 9 | build-type: Custom |
10 | cabal-version: >= 1.10 | 10 | cabal-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 |