diff options
Diffstat (limited to 'main/Version.hs')
-rw-r--r-- | main/Version.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/Version.hs b/main/Version.hs index d7583bf..71af694 100644 --- a/main/Version.hs +++ b/main/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 |