diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:00:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:46 +0700 |
commit | 222e51af72267e79c231a9a7d167efb0a525fd12 (patch) | |
tree | 31991c8cb00b8c2bc0b5e7f872114251a011730f /haskell/haskell-smallcheck/README | |
parent | 73ba0fcb9ca775f6991cd841c353b23814fb9e44 (diff) |
haskell/haskell-smallcheck: Added (property-based testing library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-smallcheck/README')
-rw-r--r-- | haskell/haskell-smallcheck/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-smallcheck/README b/haskell/haskell-smallcheck/README new file mode 100644 index 0000000000000..47ac1fe9ab37d --- /dev/null +++ b/haskell/haskell-smallcheck/README @@ -0,0 +1,6 @@ +SmallCheck is a testing library that allows to verify properties +for all test cases up to some depth. The test cases are generated +automatically by SmallCheck. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |