From e4e33d1b56d7e987cbbe9c5a758c281e49c060c9 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich <alexey@kuleshevi.ch> Date: Mon, 16 Dec 2024 09:23:30 -0700 Subject: [PATCH] Fix constraint warnign flag --- Color/Color.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Color/Color.cabal b/Color/Color.cabal index fa87fe9..0957d55 100644 --- a/Color/Color.cabal +++ b/Color/Color.cabal @@ -159,7 +159,7 @@ test-suite tests -threaded -freduction-depth=0 if impl(ghc < 9.0) || impl(ghc >= 9.6) - ghc-options: -Wno-redundant-constraints + ghc-options: -Wredundant-constraints benchmark conversion type: exitcode-stdio-1.0