summaryrefslogtreecommitdiff
path: root/src/Version
diff options
context:
space:
mode:
Diffstat (limited to 'src/Version')
-rw-r--r--src/Version/Git.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Version/Git.hs b/src/Version/Git.hs
new file mode 100644
index 0000000..ecf8715
--- /dev/null
+++ b/src/Version/Git.hs
@@ -0,0 +1,3 @@
+module Version.Git where
+gitVersion :: Maybe String
+gitVersion = Nothing