Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkachmar/semantic-stack-yaml
https://github.com/jkachmar/semantic-stack-yaml
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkachmar/semantic-stack-yaml
- Owner: jkachmar
- Created: 2020-05-17T23:51:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T01:39:45.000Z (over 4 years ago)
- Last Synced: 2024-11-07T04:49:33.504Z (2 months ago)
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (Unofficial) `stack.yaml` Configuration for [`semantic`]
[](https://github.com/jkachmar/semantic-stack-yaml/actions?query=workflow%3A%22stack.yaml+validation%22)
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?
1. Ensure that the [Haskell Tool Stack](https://docs.haskellstack.org/en/stable/README/) is installed
2. Clone the [`semantic`] repository
3. Navigate to the cloned repository directory
4. Copy the contents of [`stack-lts-15.yaml`] into a file named `stack.yaml` in that directory
5. Run `stack build` (this can take a long time)If that doesn't work, for whatever reason, please [open an issue](https://github.com/jkachmar/semantic-stack-yaml/issues/new)!
[`semantic`]: https://github.com/github/semantic
[`stack-lts-15.yaml`]: stack-lts-15.yaml