mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-23 16:35:02 +03:00
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:
parent
ff79eba6aa
commit
0d3c00e744
12
README.org
12
README.org
@ -32,6 +32,18 @@ The dependencies of this project that are not available on Hackage are tracked v
|
|||||||
|
|
||||||
#+END_SRC
|
#+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
|
** Code dependencies and related packages
|
||||||
|
|
||||||
- macaw (binary code discovery)
|
- macaw (binary code discovery)
|
||||||
|
Loading…
Reference in New Issue
Block a user