◐ Shell
clean mode source ↗

GitHub - hspec/hspec: A Testing Framework for Haskell

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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