aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 11:05:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-19 11:05:32 -0400
commit7a59f4d08dd07a25fc4de7c59948f41c8d3b8882 (patch)
treedd0903babeb9c6fd675a2186ca549be7b8a446b5 /git-annex.cabal
parent85b079c4dfefac889d1a814e95390e29b575570d (diff)
Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0.
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 9b0407e1a..99601f2a3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -105,7 +105,7 @@ Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
containers (>= 0.5.0.0), utf8-string, mtl (>= 2),
- bytestring, old-locale, time, dataenc, SHA, process, json,
+ bytestring, old-locale, time, dataenc, process, json,
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance,
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),