summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-14 12:49:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-14 12:49:09 -0400
commitea36d9ef3e5266bc0580db7274df0cd5e2860f8c (patch)
tree47b07a4a5ec9179fbec4711ec7a61e5d92691c49 /git-annex.cabal
parent72c26aa572f8e6f27778117afb889867b3ddab1e (diff)
use Extensions instead of -X
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 2ebc50168..3771ceb87 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -76,8 +76,9 @@ Executable git-annex
Include-Dirs: Utility
C-Sources: Utility/libdiskfree.c Utility/libmounts.c
CC-Options: -Wall
- GHC-Options: -threaded -Wall -XPackageImports
+ GHC-Options: -threaded -Wall
CPP-Options: -DWITH_CLIBS
+ Extensions: PackageImports
if flag(Production)
GHC-Options: -O2