From: Samir Benmendil Date: Sat, 13 Jan 2018 22:22:28 +0000 (+0000) Subject: Add Parsec dependencie X-Git-Url: https://git.rmz.io/my-scheme.git/commitdiff_plain/7d2181062869beb269006a3f38e036873aff8a23?ds=inline Add Parsec dependencie 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. --- diff --git a/package.yaml b/package.yaml index a70b61f..34c207f 100644 --- a/package.yaml +++ b/package.yaml @@ -19,7 +19,8 @@ extra-source-files: description: Please see the README on Github at dependencies: -- base >= 4.7 && < 5 +- base >= 4.7 && < 5 +- parsec -any library: source-dirs: src