From bb46558401a50509936889d19de5144d0307e165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 26 Apr 2024 22:38:52 +0200 Subject: MiniCI configuration and cabal flag --- src/Version.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Version.hs') 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 -- cgit v1.2.3