Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hspec/hspec

A Testing Framework for Haskell
https://github.com/hspec/hspec

haskell hunit quickcheck smallcheck testing

Last synced: 4 days ago
JSON representation

A Testing Framework for Haskell

Awesome Lists containing this project

README

        

# Documentation
Read the [User's Manual](https://hspec.github.io/)!

# 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`](.github/workflows/publish.yml) detects
a new version without a corresponding tag it:

- creates a tag
- publishes to Hackage