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/src/Haddock/Interface/AttachInstances.hs | |
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/src/Haddock/Interface/AttachInstances.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface/AttachInstances.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock-api/src/Haddock/Interface/AttachInstances.hs b/haddock-api/src/Haddock/Interface/AttachInstances.hs index 685dca01..ce987b76 100644 --- a/haddock-api/src/Haddock/Interface/AttachInstances.hs +++ b/haddock-api/src/Haddock/Interface/AttachInstances.hs @@ -1,5 +1,7 @@ {-# LANGUAGE MagicHash, BangPatterns #-} {-# LANGUAGE TypeFamilies #-} +{-# OPTIONS_GHC -Wno-incomplete-record-updates #-} +{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-} ----------------------------------------------------------------------------- -- | -- Module : Haddock.Interface.AttachInstances |