From d684bc2b012e23e3cc0dfa1195a74abac661b926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 23 Mar 2024 17:12:28 +0100 Subject: Enable -Werror for CI testing --- main/Version.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main') 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 -- cgit v1.2.3