chore(Parser): Ignore HLINT warnings
This commit is contained in:
parent
929285b5ef
commit
7c19a6e890
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
|
||||||
|
{-# HLINT ignore "Use lambda-case" #-}
|
||||||
|
{-# HLINT ignore "Use tuple-section" #-}
|
||||||
module Parser where
|
module Parser where
|
||||||
|
|
||||||
import qualified Lexer as L
|
import qualified Lexer as L
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue