Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.