From 3e432c60d2c6b3fecd920e8053ba4e9a75965dbd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Oct 2016 10:18:31 -0400 Subject: 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. --- keysafe.cabal | 1 - 1 file changed, 1 deletion(-) (limited to 'keysafe.cabal') 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.* -- cgit v1.2.3