diff --git a/app/Parser.hs b/app/Parser.hs index c7b9431..bf40af3 100644 --- a/app/Parser.hs +++ b/app/Parser.hs @@ -1,3 +1,6 @@ +{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-} +{-# HLINT ignore "Use lambda-case" #-} +{-# HLINT ignore "Use tuple-section" #-} module Parser where import qualified Lexer as L