From d6b5ff12ecf58b4ab502be96ebbc7d74b33c0692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 2 Jun 2024 21:10:19 +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 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 -- cgit v1.2.3