From 10327858acc48286cec97ebc4f01b6aa2e7ae460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 1 Apr 2026 19:33:07 +0200 Subject: Derive version number from git if available --- src/Version/Git.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/Version/Git.hs (limited to 'src/Version/Git.hs') 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 -- cgit v1.2.3