Move Parser definition to its own module
This commit is contained in:
parent
4ef752a765
commit
a891996352
5 changed files with 33 additions and 26 deletions
|
|
@ -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 can’t specialize a polymorphic function. No big deal and requires fixing underlying libraries to solve.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue