diff options
Diffstat (limited to 'compiler/parser')
-rw-r--r-- | compiler/parser/HaddockUtils.hs | 1 | ||||
-rw-r--r-- | compiler/parser/Lexer.x | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/compiler/parser/HaddockUtils.hs b/compiler/parser/HaddockUtils.hs index d1d41a3d29..b8e0c564a6 100644 --- a/compiler/parser/HaddockUtils.hs +++ b/compiler/parser/HaddockUtils.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -Wno-incomplete-record-updates #-} module HaddockUtils where diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index efae29e84e..5e7270be01 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -47,6 +47,7 @@ {-# LANGUAGE MultiWayIf #-} {-# OPTIONS_GHC -funbox-strict-fields #-} +{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-} module Lexer ( Token(..), lexer, lexerDbg, pragState, mkPState, mkPStatePure, PState(..), |