Skip to content

Commit

Permalink
More effectively supress -Wincomplete-uni-patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraf812 committed Sep 13, 2024
1 parent 10a0fe5 commit 51cb522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/backend-glr/happy-backend-glr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ library

default-language: Haskell98
default-extensions: CPP, MagicHash, FlexibleContexts
ghc-options: -Wall
ghc-options: -Wall -Wincomplete-uni-patterns
other-modules: Paths_happy_backend_glr
2 changes: 1 addition & 1 deletion packages/backend-lalr/happy-backend-lalr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ library

default-language: Haskell98
default-extensions: CPP, MagicHash, FlexibleContexts
ghc-options: -Wall
ghc-options: -Wall -Wincomplete-uni-patterns
other-modules: Paths_happy_backend_lalr
2 changes: 1 addition & 1 deletion packages/frontend/happy-frontend.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library

default-language: Haskell98
default-extensions: CPP, MagicHash, FlexibleContexts
ghc-options: -Wall
ghc-options: -Wall -Wincomplete-uni-patterns -Wno-incomplete-uni-patterns
other-modules:
Happy.Frontend.ParseMonad
Happy.Frontend.ParseMonad.Class
Expand Down

0 comments on commit 51cb522

Please sign in to comment.