diff options
Diffstat (limited to 'compiler/parser/Lexer.x')
-rw-r--r-- | compiler/parser/Lexer.x | 1 |
1 files changed, 1 insertions, 0 deletions
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(..), |