aboutsummaryrefslogtreecommitdiff
path: root/Command
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 /Command
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 'Command')
-rw-r--r--Command/Version.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Version.hs b/Command/Version.hs
index 5f9fcce67..ef3ef39d7 100644
--- a/Command/Version.hs
+++ b/Command/Version.hs
@@ -8,9 +8,9 @@
module Command.Version where
import Command
-import qualified BuildInfo
import Annex.Version
import BuildInfo
+import BuildFlags
import Types.Key
import qualified Types.Backend as B
import qualified Types.Remote as R