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
- Host: GitHub
- URL: https://github.com/jonathanknowles/haskell-example
- Owner: jonathanknowles
- License: apache-2.0
- Created: 2022-05-21T00:01:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T18:44:26.000Z (3 months ago)
- Last Synced: 2025-04-30T14:28:23.708Z (about 1 month ago)
- Topics: ci, example, github-actions, haddock, haskell, library
- Language: Haskell
- Homepage: http://jonathanknowles.net/haskell-example/
- Size: 23.1 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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