(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.
- Ensure that the Haskell Tool Stack is installed
- Clone the
semanticrepository - Navigate to the cloned repository directory
- Copy the contents of
stack-lts-15.yamlinto a file namedstack.yamlin that directory - Run
stack build(this can take a long time)
If that doesn't work, for whatever reason, please open an issue!