summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-07 10:18:31 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-07 10:21:02 -0400
commit3e432c60d2c6b3fecd920e8053ba4e9a75965dbd (patch)
tree4d6d8bda9efe4fae54e5509703b30aa2097239f9 /keysafe.cabal
parent8069f11684819fb229cfe9e40c680732776c7c9c (diff)
downloadkeysafe-3e432c60d2c6b3fecd920e8053ba4e9a75965dbd.tar.gz
Removed dependency on crypto-random.
Use raaz for random bytestring generation exclusively. It was already used in all important places, but chaffing was using crypto-random. Note that System.Random is used for delays during chaffing and by random-shuffle.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 39fb22d..e5edad4 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -68,7 +68,6 @@ Executable keysafe
, unbounded-delays == 0.1.*
, fast-logger == 2.4.*
, SafeSemaphore == 0.10.*
- , crypto-random == 0.0.*
, async == 2.1.*
, unix-compat == 0.4.*
, exceptions == 0.8.*