summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-30 15:07:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-30 15:07:10 -0400
commit20565027cc2f78679a9c54c8350fb7b34e8ff94f (patch)
treea18f37db4b36ac6c93a21501019713bb8bec8de9
parentee3a0551a78534ede078f8340a6f075245815914 (diff)
cabal tweaks
-rw-r--r--git-annex.cabal5
1 files changed, 1 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index f602143b5..294a3bace 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,6 +1,6 @@
Name: git-annex
Version: 3.20110625
-Cabal-Version: >= 1.2
+Cabal-Version: >= 1.6
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
@@ -28,21 +28,18 @@ Description:
Executable git-annex
Main-Is: git-annex.hs
- GHC-Options: -O2
Build-Depends: haskell98, base, MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3
Executable git-annex-shell
Main-Is: git-annex-shell.hs
- GHC-Options: -O2
Build-Depends: haskell98, base, MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3
Executable git-union-merge
Main-Is: git-union-merge.hs
- GHC-Options: -O2
source-repository head
type: git