summaryrefslogtreecommitdiff
path: root/src/Version.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-06-02 21:10:19 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-06-07 22:20:35 +0200
commitd6b5ff12ecf58b4ab502be96ebbc7d74b33c0692 (patch)
treeaf9546fd7b11b36ae820dccc6b28548a82aade6d /src/Version.hs
parentba789c3413ac996cb65314cb5ac9f77bd9617ff9 (diff)
MiniCI configuration and cabal flag
Diffstat (limited to 'src/Version.hs')
-rw-r--r--src/Version.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Version.hs b/src/Version.hs
index d476912..322f8bd 100644
--- a/src/Version.hs
+++ b/src/Version.hs
@@ -1,5 +1,9 @@
{-# LANGUAGE TemplateHaskell #-}
+-- "Pattern match is redundant" warning can be generated based on template
+-- haskell $$tGitVersion value
+{-# OPTIONS_GHC -Wno-error=overlapping-patterns #-}
+
module Version (
versionLine,
) where