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/GhcUtils.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/GhcUtils.hs')
-rw-r--r-- | haddock-api/src/Haddock/GhcUtils.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock-api/src/Haddock/GhcUtils.hs b/haddock-api/src/Haddock/GhcUtils.hs index 923516b6..0874e7b4 100644 --- a/haddock-api/src/Haddock/GhcUtils.hs +++ b/haddock-api/src/Haddock/GhcUtils.hs @@ -2,6 +2,7 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleContexts #-} {-# OPTIONS_GHC -fno-warn-orphans #-} +{-# OPTIONS_GHC -Wno-incomplete-record-updates #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- -- | |