diff options
Diffstat (limited to 'src/Version/Git.hs')
| -rw-r--r-- | src/Version/Git.hs | 3 |
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 |