@hackage string-conv-tests0.1.1
Tests for the string-conv library
Categories
License
BSD-3-Clause
Maintainer
dino@ui3.info
Links
Versions
- 0.1.1 Sat, 19 Feb 2022
Deprecated
Dependencies (0)
Dependents (0)
string-conv-tests
Synopsis
Property tests for the Haskell string-conv library
Description
These are in a separate project not only to keep dependencies low when the
string-conv library is included in a project but also because these property
tests use quickcheck-instances which defines many orphan instances. Never a
good idea to force instances like this on other projects.
This project expects the source code of the string-conv project to be in a sibling directory.
Development
To run these tests
$ stack test string-conv-tests
Contact
Authors
Dino Morelli dino@ui3.info