summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Magnus Therning <magnus@therning.org>2013-08-06 11:00:52 +0200
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-07 18:07:05 -0400
commit6585821a3528b29a0e75b461d429eba54dae12b5 (patch)
tree343dfa082fa968d191b8e6cdf3659326674bfe4c /git-annex.cabal
parent97d7d99f528fdfd4aa7297055964f778333187d6 (diff)
Replace dataenc with sandi.
The library dataenc is unmaintained and has been superseded by sandi. Signed-off-by: Magnus Therning <magnus@therning.org>
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 1f32067b2..03331eb79 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, process, json,
+ bytestring, old-locale, time, sandi, 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),