Move stack.yaml to stack-ghc-8.2.yaml

To avoid conflicting stack.yaml files when crucible is used a
submodule in another repo with a top level stack.yaml.

Also, update the README to include creating a stack.yaml symlink
before building with stack the first time.
This commit is contained in:
Nathan Collins 2018-10-30 16:16:16 -07:00
parent ff79eba6aa
commit 0d3c00e744
2 changed files with 12 additions and 0 deletions

View File

@ -32,6 +32,18 @@ The dependencies of this project that are not available on Hackage are tracked v
#+END_SRC
To build with ~stack~:
#+BEGIN_SRC
$ git submodule update --init
# Choose one of the provided GHC version-specific
# stack-ghc-<version>.yaml files, e.g. stack-ghc-8.2.yaml.
$ ln -s stack-ghc-<version>.yaml stack.yaml
$ stack build
#+END_SRC
** Code dependencies and related packages
- macaw (binary code discovery)