cabal-install-3.18.1.0: parser-tests/Tests.hs
module Main where import Test.Tasty (defaultMain) import Tests.ParserTests (parserTests) main :: IO () main = defaultMain parserTests
module Main where import Test.Tasty (defaultMain) import Tests.ParserTests (parserTests) main :: IO () main = defaultMain parserTests