From 9173db05d05bb54fbb6b19a5fe2142ce015f04b9 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Sun, 23 Jun 2024 10:03:53 +0200 Subject: [PATCH] Do not warn for incomplete uni-patterns All the incomplete matches are in fact safe. The warnings only add noise. --- happy.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/happy.cabal b/happy.cabal index a2904506..99304d8a 100644 --- a/happy.cabal +++ b/happy.cabal @@ -152,7 +152,7 @@ executable happy default-language: Haskell98 default-extensions: CPP, MagicHash, FlexibleContexts, NamedFieldPuns - ghc-options: -Wall + ghc-options: -Wall -Wno-incomplete-uni-patterns other-modules: Paths_happy