From 5d59a2c567aaf62821532925bdfc10bee85a2134 Mon Sep 17 00:00:00 2001 From: Ranjeet Ranjan Date: Sat, 22 Jul 2023 02:24:44 +0530 Subject: [PATCH] Do not ignore redundant constraint warnings (#2442) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0d2f9dc1c..0e2d20f8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: # ------------------------------------------------------------------------ # GHC 9.2.7 onwards redundant constraint warnings are incompatible with # older versions - GHC_OPTIONS: "-Wno-redundant-constraints -Werror" + GHC_OPTIONS: "-Werror" CABAL_REINIT_CONFIG: "y" LC_ALL: "C.UTF-8"