summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 10:54:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 10:54:12 -0400
commit5610389a6880a82947582842db2d762a353b1f33 (patch)
treece55379c7116f293aa5eb99621c1c9a827417f66 /git-annex.cabal
parent42c4cf332ce09d11b66d48ed3d39df7990882ecb (diff)
switch to using cryptohash for MAC
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index b5ddb7d79..9b0407e1a 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -110,7 +110,7 @@ Executable git-annex
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance,
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
data-default, case-insensitive, http-conduit, http-types,
- cryptohash (>= 0.10.0),
+ cryptohash (>= 0.11.0),
esqueleto, persistent-sqlite, persistent, persistent-template,
monad-logger, resourcet
CC-Options: -Wall