Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrom911/common-stanzas-example
Example project to demonstrate the common stanzas feature
https://github.com/vrom911/common-stanzas-example
cabal common-stanzas dhall haskell haskell-examples
Last synced: about 1 month ago
JSON representation
Example project to demonstrate the common stanzas feature
- Host: GitHub
- URL: https://github.com/vrom911/common-stanzas-example
- Owner: vrom911
- License: mpl-2.0
- Created: 2020-01-11T14:51:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T10:01:30.000Z (about 5 years ago)
- Last Synced: 2024-11-10T17:02:44.153Z (3 months ago)
- Topics: cabal, common-stanzas, dhall, haskell, haskell-examples
- Language: Dhall
- Homepage: https://vrom911.github.io/blog/common-stanzas
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# common-stanzas-example
[![GitHub CI](https://github.com/vrom911/common-stanzas-example/workflows/CI/badge.svg)](https://github.com/vrom911/common-stanzas-example/actions)
[![MPL-2.0 license](https://img.shields.io/badge/license-MPL--2.0-blue.svg)](LICENSE)Example project to demonstrate the common stanzas feature.
I described the motivation and each commit of this repository in the following blog post:
* [vrom911 blog: Common Stanzas](https://vrom911.github.io/blog/common-stanzas)
### Build information
You can build this package with `Cabal` using the following command:```shell
cabal build all
```It uses `common-stanzas-example.cabal` configuration file.