summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-01-02 13:47:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-01-02 13:47:51 -0400
commitdb0d0ecae7b8d460c05e310c7fa1d84721e0c426 (patch)
treec4d23c386e7916e488bc3ffd3729d196173f58ec /git-annex.cabal
parent8f3134e5408ea1ea6207028ae17f2b5fb84e0c65 (diff)
split BuildInfo and BuildFlags
The problem with combining these is that Build.Standalone etc need only the BuildInfo, and since not built with cabal, the BuildFlags ifdefs were causing bogus warnings.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 987894c01..d5178e858 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -666,6 +666,7 @@ Executable git-annex
Build.TestConfig
Build.Version
BuildInfo
+ BuildFlags
CmdLine
CmdLine.Action
CmdLine.Batch