chore(Parser): Ignore HLINT warnings

This commit is contained in:
Laborratte 5 2024-07-18 16:32:58 +02:00
parent 929285b5ef
commit 7c19a6e890
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -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