aboutsummaryrefslogtreecommitdiff
path: root/BuildInfo.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-14 12:46:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-14 12:46:57 -0400
commit3a0bd261d9cfd395ed23ff43515523e6c6658c33 (patch)
tree9186c5daf386ba8e76c47ec869a737344a5a74d1 /BuildInfo.hs
parentac4b4a812da85b46e7d656b12d9ff5568ef706fd (diff)
fold Build/SysConfig.hs into BuildInfo via include
This avoids warnings from stack about the module not being listed in the cabal file. So, the generated file is also renamed to Build/SysConfig. Note that the setup program seems to be cached despite these changes; I had to cabal clean to get cabal to update it so that Build/SysConfig was written. This commit was sponsored by Jochen Bartl on Patreon.
Diffstat (limited to 'BuildInfo.hs')
-rw-r--r--BuildInfo.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/BuildInfo.hs b/BuildInfo.hs
index 79253ee4f..e00f27a96 100644
--- a/BuildInfo.hs
+++ b/BuildInfo.hs
@@ -1,4 +1,4 @@
-{- git-annex build info reporting
+{- git-annex build info
-
- Copyright 2013-2017 Joey Hess <id@joeyh.name>
-
@@ -13,6 +13,8 @@ import Data.List
import Data.Ord
import qualified Data.CaseInsensitive as CI
+#include "Build/SysConfig"
+
buildFlags :: [String]
buildFlags = filter (not . null)
[ ""