Move Parser definition to its own module

This commit is contained in:
Alexander Kobjolke 2023-12-03 00:52:48 +01:00
parent 4ef752a765
commit a891996352
5 changed files with 33 additions and 26 deletions

View file

@ -25,6 +25,7 @@ dependencies:
ghc-options:
- -Weverything
- -Wno-implicit-prelude
- -Wno-missing-export-lists
- -Wno-missing-import-lists # Requires explicit imports of _every_ function (e.g. $); too strict
- -Wno-missing-kind-signatures
- -Wno-missed-specialisations # When GHC cant specialize a polymorphic function. No big deal and requires fixing underlying libraries to solve.