summaryrefslogtreecommitdiff
path: root/src/Version/Git.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-04-01 19:33:07 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-04-01 19:33:07 +0200
commit10327858acc48286cec97ebc4f01b6aa2e7ae460 (patch)
tree35a4e45a03b16b046c18646206e65832308f7343 /src/Version/Git.hs
parent1eacd0f0b02c40c94d063d4cebc2343c882f50bb (diff)
Derive version number from git if available
Diffstat (limited to 'src/Version/Git.hs')
-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