diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-05 16:39:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-05 16:39:50 -0400 |
commit | 1424186c0b9b90cc8e80998148e10ba8d626d369 (patch) | |
tree | a3c4410afbe963f95713a54ff565796bbcb9cf51 /git-annex.cabal | |
parent | e3150ead42ba0efaa1dfee20062c33116d70439e (diff) |
cabal says I need a tighter version of cabal to use test-suite
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 f542f5754..805f804eb 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,6 +1,6 @@ Name: git-annex Version: 3.20120405 -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> Author: Joey Hess |