diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-02 17:10:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-02 17:10:43 -0400 |
commit | 84a9fee6f2afaa260054ef42da3b08ca0dddb130 (patch) | |
tree | e9959b8a27887a685de29e4c98a7bd25ed83241e /git-annex.cabal | |
parent | 686d08718b84a70d4b36039fdf595cc4c0fa176a (diff) |
fix sdist to include symlinks, without which it doesn't build
oops.. will upload a new minor version to hackage
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 54a526160..d5a066cdf 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20110702 +Version: 3.20110702.2 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |