summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 7535c5037..5a446ac7a 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -59,6 +59,7 @@ Extra-Source-Files:
doc/git-annex-dropunused.mdwn
doc/git-annex-edit.mdwn
doc/git-annex-enableremote.mdwn
+ doc/git-annex-enable-tor.mdwn
doc/git-annex-examinekey.mdwn
doc/git-annex-expire.mdwn
doc/git-annex-find.mdwn
@@ -136,6 +137,7 @@ Extra-Source-Files:
doc/git-annex-webapp.mdwn
doc/git-annex-whereis.mdwn
doc/git-annex-xmppgit.mdwn
+ doc/git-remote-tor-annex.mdwn
doc/logo.svg
doc/logo_16x16.png
Build/mdwn2man
@@ -342,6 +344,7 @@ Executable git-annex
MissingH,
hslogger,
monad-logger,
+ free,
utf8-string,
bytestring,
text,
@@ -364,7 +367,9 @@ Executable git-annex
aeson,
unordered-containers,
feed,
- regex-tdfa
+ regex-tdfa,
+ socks,
+ securemem
CC-Options: -Wall
GHC-Options: -Wall -fno-warn-tabs
Extensions: PackageImports
@@ -468,7 +473,6 @@ Executable git-annex
clientsession,
template-haskell,
shakespeare (>= 2.0.0),
- securemem,
byteable
CPP-Options: -DWITH_WEBAPP
@@ -699,6 +703,7 @@ Executable git-annex
CmdLine.GitAnnexShell.Fields
CmdLine.GlobalSetter
CmdLine.Option
+ CmdLine.GitRemoteTorAnnex
CmdLine.Seek
CmdLine.Usage
Command
@@ -899,6 +904,10 @@ Executable git-annex
Messages.Internal
Messages.JSON
Messages.Progress
+ P2P.Address
+ P2P.Auth
+ P2P.IO
+ P2P.Protocol
Remote
Remote.BitTorrent
Remote.Bup
@@ -921,6 +930,7 @@ Executable git-annex
Remote.Helper.ReadOnly
Remote.Helper.Special
Remote.Helper.Ssh
+ Remote.Helper.Tor
Remote.Hook
Remote.List
Remote.Rsync
@@ -934,6 +944,7 @@ Executable git-annex
RemoteDaemon.Core
RemoteDaemon.Transport
RemoteDaemon.Transport.GCrypt
+ RemoteDaemon.Transport.Tor
RemoteDaemon.Transport.Ssh
RemoteDaemon.Transport.Ssh.Types
RemoteDaemon.Types
@@ -980,6 +991,7 @@ Executable git-annex
Upgrade.V4
Upgrade.V5
Utility.Applicative
+ Utility.AuthToken
Utility.Base64
Utility.Batch
Utility.Bloom
@@ -1060,6 +1072,7 @@ Executable git-annex
Utility.ThreadLock
Utility.ThreadScheduler
Utility.Tmp
+ Utility.Tor
Utility.Touch
Utility.Url
Utility.UserInfo