summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-14 15:58:04 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-14 15:58:04 -0400
commita68caf8b54b9d37deeaeddc6a28394d1587f1dc5 (patch)
treefea62c654da0db4842da833dea71ffe1fd6684bc /keysafe.cabal
parent92f0a9c8b6c676281dcbee6e4bce938b969ef7c2 (diff)
downloadkeysafe-a68caf8b54b9d37deeaeddc6a28394d1587f1dc5.tar.gz
use multiple threads for chaffing
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index e6405d5..b99bbf6 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -68,6 +68,7 @@ Executable keysafe
, fast-logger == 2.4.*
, SafeSemaphore == 0.10.*
, crypto-random == 0.0.*
+ , async == 2.1.*
-- Temporarily inlined due to FTBFS bug
-- https://github.com/ocharles/argon2/issues/2
-- argon2 == 1.1.*