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:
Joey Hess 2018-01-02 13:47:51 -04:00
parent 25703e1413
commit 75366d3c34
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 114 additions and 101 deletions

View file

@ -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