summaryrefslogtreecommitdiff
path: root/BuildInfo.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-12-14 12:55:53 -0400
committerJoey Hess <joeyh@joeyh.name>2017-12-14 12:55:53 -0400
commit5ca81d114d7ccf0ee984cb03f56ad6ec1d9499f0 (patch)
tree4b49c7c03e77f356dd3941070509a498d97a3290 /BuildInfo.hs
parent3a59749f2c0603872109a85c44234dd744d059cc (diff)
downloadgit-repair-5ca81d114d7ccf0ee984cb03f56ad6ec1d9499f0.tar.gz
Merge from git-annex.
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..812402c
--- /dev/null
+++ b/BuildInfo.hs
@@ -0,0 +1,12 @@
+{- build info
+ -
+ - Copyright 2017 Joey Hess <id@joeyh.name>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
+ -}
+
+{-# LANGUAGE CPP #-}
+
+module BuildInfo where
+
+#include "Build/SysConfig"