Package Release Info

ghc-smallcheck-1.1.5-bp153.1.20

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-smallcheck
ghc-smallcheck-devel

Change Logs

Version: 1.1.5-bp152.4.11
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
Version: 1.1.5-bp151.1.9
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimons@suse.com
- Update smallcheck to version 1.1.5.
  Version 1.1.5
  - ------------
  * Add `limit :: Monad m => Int -> Series m a -> Series m a`
  * Add `genericSeries` and `genericCoseries`, so that you can use the generic
    implementations more flexibly. Previously, the generic implementation was
    only avaialable as the default method for `series`/`coseries` but not as
    standalone functions.
* Mon May 14 2018 psimons@suse.com
- Update smallcheck to version 1.1.4.
  * Add instances for fixed-width Int and Word types (Int8, Word8 etc.)
  * Fix compatibility with GHC 7.8 and older
  * Add `Serial` and `CoSerial` instances for `Word` and `Natural`
  * Export the `test` function
  * Add a `listSeries` function
Version: 1.1.1-bp150.2.4
* Mon May 08 2017 psimons@suse.com
- Clean up spec file. Only cosmetic; no functional change.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.1.1 revision 1 with cabal2obs.