summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-03-15 11:16:00 -0400
committerJoey Hess <joeyh@joeyh.name>2018-03-15 11:16:00 -0400
commit521d4ede1e7362a1b334469370d43ecf5470dfd3 (patch)
tree3394b0c7526c3373387f3c3b2c42e4f43dff30da /git-annex.cabal
parentbee328a7fe2097b977e0a48907a3bbd9d73c80a7 (diff)
fix build with cryptonite-0.20
Some blake hash varieties were not yet available in that version. Rather than tracking exact details of what cryptonite supported when, disable blake unless using a current cryptonite.
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 f7f40f0b12..f577c583a2 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -360,7 +360,7 @@ Executable git-annex
stm-chans,
securemem,
crypto-api,
- cryptonite (>= 0.16),
+ cryptonite,
memory,
split,
QuickCheck (>= 2.1),