From 973180b077e60b5d12d7c57d926878d11d7f2105 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 May 2017 18:10:13 -0400 Subject: stop using MissingH for MD5 Cryptonite is faster and allocates less, and I want to get rid of MissingH use. Note that the new dependency on memory is free; it's a dependency of cryptonite. This commit was supported by the NSF-funded DataLad project. --- git-annex.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 545fab3f7..8d8255027 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -361,7 +361,8 @@ Executable git-annex stm-chans, securemem, crypto-api, - cryptonite + cryptonite, + memory CC-Options: -Wall GHC-Options: -Wall -fno-warn-tabs Extensions: PackageImports -- cgit v1.2.3