summaryrefslogtreecommitdiff
path: root/BuildInfo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BuildInfo.hs')
-rw-r--r--BuildInfo.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/BuildInfo.hs b/BuildInfo.hs
new file mode 100644
index 0000000..e54bdca
--- /dev/null
+++ b/BuildInfo.hs
@@ -0,0 +1,12 @@
+{- build info
+ -
+ - Copyright 2017 Joey Hess <id@joeyh.name>
+ -
+ - Licensed under the GNU AGPL version 3 or higher.
+ -}
+
+{-# LANGUAGE CPP #-}
+
+module BuildInfo where
+
+#include "Build/SysConfig"