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 Jun 23, 2024
1 parent f5a5fb1 commit 9173db0
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 @@ -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

Expand Down

0 comments on commit 9173db0

Please sign in to comment.