summaryrefslogtreecommitdiff
path: root/src/Version.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-04-26 22:38:52 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-05-14 21:19:18 +0200
commitbb46558401a50509936889d19de5144d0307e165 (patch)
tree24f1e559873162386caec268c52ce46c4bd4ac11 /src/Version.hs
parent0293f31cb8b96a9b705f7cbba3bd26b58f2e89e2 (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 ace016b..d09ed36 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