From 13a65d028d7feb21de5ae093681e4f9c5ff56581 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 14 Apr 2013 12:49:09 -0400 Subject: [PATCH] use Extensions instead of -X --- git-annex.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 2ebc50168c..3771ceb87d 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