Awesome
(Unofficial) stack.yaml
Configuration for semantic
This is an unofficially supported stack.yaml
configuration file for GitHub's semantic
project.
The plan is to test for valid build configurations against a matrix of LTS snapshots using GitHub Actions as the CI runner. At the time of writing, the latest configuration is stack-lts-15.yaml
.
How do I use this?
- Ensure that the Haskell Tool Stack is installed
- Clone the
semantic
repository - Navigate to the cloned repository directory
- Copy the contents of
stack-lts-15.yaml
into a file namedstack.yaml
in that directory - Run
stack build
(this can take a long time)
If that doesn't work, for whatever reason, please open an issue!