diff options
author | tomjaguarpaw <tom-github.com@jaguarpaw.co.uk> | 2020-12-08 17:00:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 18:00:04 +0100 |
commit | 96a60e218b35df611ee56c4bdd8408ec4375e6ca (patch) | |
tree | 8fba377fb25f7eba62a90935bf00235c5eb4a040 /haddock-api/haddock-api.cabal | |
parent | 7240b69e3444e40546c7a17855eed2e5ab8a0816 (diff) |
Enable two warnings (#1245)
because they will be soon be added to -Wall.
See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
Diffstat (limited to 'haddock-api/haddock-api.cabal')
-rw-r--r-- | haddock-api/haddock-api.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 4abfd984..5fa51905 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -70,6 +70,8 @@ library -Wredundant-constraints -Wnoncanonical-monad-instances -Wmissing-home-modules + -Wincomplete-uni-patterns + -Wincomplete-record-updates exposed-modules: |