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

https://github.com/jonathanknowles/haskell-example

Example Haskell Library with CI
https://github.com/jonathanknowles/haskell-example

ci example github-actions haddock haskell library

Last synced: about 1 month ago
JSON representation

Example Haskell Library with CI

Awesome Lists containing this project

README

        

An example of a Haskell project with working continuous integration provided by GitHub Actions.

Features:

- Support for multiple platforms (Linux, Windows, and MacOS).
- Haddock documentation is generated and published automatically via GitHub Pages. (See [documentation](http://jonathanknowles.github.io/haskell-example).)
- Hyperlinks for imported functions and types point to Haddock documentation hosted on [Hackage](https://hackage.haskell.org/).

The [GitHub action](https://github.com/jonathanknowles/haskell-example/actions) is inspired by:

- https://kodimensional.dev/github-actions
- https://markkarpov.com/post/github-actions-for-haskell-ci.html