summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-18 13:33:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-18 13:33:49 -0400
commit36655bd24ad638931921b998a2098035b0133169 (patch)
tree5c02d06143687467b9cb74026658113ee070f57f /git-annex.cabal
parentd709b6a3e21e2bdb68e93df541c7e79492797f3c (diff)
updated hackage version to add missing dependency
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 470aa6ea4..5656be21b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 3.20130216
+Version: 3.20130216.1
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -66,7 +66,8 @@ Executable git-annex
Include-Dirs: Utility
C-Sources: Utility/libdiskfree.c Utility/libmounts.c
Extensions: CPP
- GHC-Options: -threaded -DWITH_GLOB
+ GHC-Options: -threaded
+ CPP-Options: -DWITH_GLOB
if flag(S3)
Build-Depends: hS3