This is a Parser module that will be used in the project.
`stack` makes it quite easy to add dependencies. Simply change the
`dependencies` list in `package.yaml` and run `stack build` again. Any
missing modules will be installed.
description: Please see the README on Github at <https://github.com/githubuser/my-scheme#readme>
dependencies:
-- base >= 4.7 && < 5
+- base >= 4.7 && < 5
+- parsec -any
library:
source-dirs: src