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.
This commit is contained in:
parent
25703e1413
commit
75366d3c34
5 changed files with 114 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue