diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 00:13:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 00:13:12 -0400 |
commit | d1d05affe9801f742259743b4f765d3e042cffa5 (patch) | |
tree | 4259d8a7b74b003cd7e9d98ff15d7d507092406e /git-annex.cabal | |
parent | 4afbc2da12379501ca3c5b5369db8339e87de220 (diff) |
no need to globally enable CPP in cabal, it's enabled where needed
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 9c2ffe0e8..c426f6bff 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -65,7 +65,6 @@ Executable git-annex Other-Modules: Utility.Touch Utility.Mounts Include-Dirs: Utility C-Sources: Utility/libdiskfree.c Utility/libmounts.c - Extensions: CPP GHC-Options: -threaded if flag(S3) |