aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-24 16:01:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-24 16:01:01 -0400
commit6148b926959ce5cbbc12aafc60a119788ca6d97f (patch)
tree738a801b7d4b49dbfee254d0baa6674444f93551 /git-annex.cabal
parentc7f3bfbc5e25109629cb3df871dc1f4844f6c560 (diff)
add TList, built on DList
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 8663f212c..318de85eb 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -70,7 +70,7 @@ Executable git-annex
extensible-exceptions, dataenc, SHA, process, json,
base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
- SafeSemaphore, uuid, random, regex-tdfa
+ SafeSemaphore, uuid, random, regex-tdfa, dlist
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility