diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-10 14:21:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-10 14:21:01 -0400 |
commit | 9b7a1ea41832f30e4d2f707a02df34ccedfcb69f (patch) | |
tree | 8ddfc46919ca96cb88148b4bd7d3d6ff2cdb6a2e /git-annex.cabal | |
parent | e207b3dfb9b2197aa8dbdaab30441c9cb2a8dcb2 (diff) |
Revert "use Simple built type on Android"
This reverts commit e207b3dfb9b2197aa8dbdaab30441c9cb2a8dcb2.
Don't think we'll be building for Android with cabal, at least for now.
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 125674a56..24fc251ee 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -8,7 +8,7 @@ Stability: Stable Copyright: 2010-2012 Joey Hess License-File: COPYRIGHT Homepage: http://git-annex.branchable.com/ -Build-type: Simple +Build-type: Custom Category: Utility Synopsis: manage files with git, without checking their contents into git Description: |