Home
Softono
hspec

hspec

Open source MIT Haskell
784
Stars
109
Forks
64
Issues
10
Watchers
1 week
Last Commit

About hspec

A Testing Framework for Haskell

Platforms

Web Self-hosted

Languages

Haskell

[!NOTE] User documentation is provided in the User's Manual.

Development

Update API dumps

$ (cd util/api-dump && cabal install)
$ util/dump-api

Prepare a release

$ util/release

or

$ util/release major

This will bump the version and update CHANGES.markdown.

Releases happen automatically when a new version ends up on main.

Whenever .github/workflows/publish.yml detects a new version without a corresponding tag it:

  • creates a tag
  • publishes to Hackage