Skip to content

Commit

Permalink
Do not warn for incomplete uni-patterns
Browse files Browse the repository at this point in the history
All the incomplete matches are in fact safe. The warnings only add
noise.
  • Loading branch information
sgraf812 committed Jul 22, 2024
1 parent 80126af commit 635cc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion happy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,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

Expand Down

0 comments on commit 635cc81

Please sign in to comment.