diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-13 18:12:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-13 18:12:44 -0400 |
commit | d2cfcd8c0b4690b0ee764b1661d635aa0fd32d50 (patch) | |
tree | 35fca137b73abf2e25126f74a81e8ac82d4bcb8a /git-annex.cabal | |
parent | 71e5010c34d63a9b27af86108474c5e2d9b1758f (diff) |
turn on PackageImports globally
This will make it easier to use the Evil Splicer, when it needs to add
package qualified imports
And there's no real downside.
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 263f2f163..2ebc50168 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -76,7 +76,7 @@ Executable git-annex Include-Dirs: Utility C-Sources: Utility/libdiskfree.c Utility/libmounts.c CC-Options: -Wall - GHC-Options: -threaded -Wall + GHC-Options: -threaded -Wall -XPackageImports CPP-Options: -DWITH_CLIBS if flag(Production) |