diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-14 14:01:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-14 14:01:14 -0400 |
commit | 1ca41044e8fab2b2e859a482e2293582c04db81f (patch) | |
tree | 1fee3a4d4498f0ba95ec9c26dd127ab422768d3d /git-annex.cabal | |
parent | 142bde13cd33481f415a5355a9cd9e74a716e3a8 (diff) |
cabal now installs git-annex-shell as a symlink to git-annex.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index df4001189..6b1ebb42e 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -36,10 +36,6 @@ Executable git-annex Other-Modules: Utility.Touch C-Sources: Utility/libdiskfree.c -Executable git-annex-shell - Main-Is: git-annex-shell.hs - C-Sources: Utility/libdiskfree.c - Test-Suite test Type: exitcode-stdio-1.0 Main-Is: test.hs |