]> git.rmz.io Git - my-scheme.git/commitdiff
Add Parsec dependencie
authorSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 22:22:28 +0000 (22:22 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 22:22:28 +0000 (22:22 +0000)
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.

package.yaml

index a70b61f445babed71cfa303f150df9254bbd3f97..34c207f7d0ed909f581bb3259aef141ec8d4a55d 100644 (file)
@@ -19,7 +19,8 @@ extra-source-files:
 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