Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-quickcheck-instances,
Common quickcheck instances
Branch: CURRENT,
Version: 0.3.2,
Package name: hs-quickcheck-instances-0.3.2,
Maintainer: phoQuickCheck instances.
The goal is to supply QuickCheck instances for types provided by the
Haskell Platform.
Since all of these instances are provided as orphans, I recommend that
you do not use this library within another library module, so that you
don't impose these instances on down-stream consumers of your code.
For information on writing a test-suite with Cabal see
http://www.haskell.org/cabal/users-guide/#test-suites
Required to run:[
wip/ghc] [
devel/hs-text] [
devel/hs-QuickCheck]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: ce9c2f28ac5a0301150ea0263481113ea96a8a07
RMD160: 935fc7b49be86163d07be538c6423b3f8e23f97f
Filesize: 5.235 KB
Version history: (Expand)
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
CVS history: (Expand)
2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119) |
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
|
2013-04-26 01:07:53 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.3.2
CHANGES:
0.3.2
Author: Antoine Latter <aslatter@gmail.com>
* Allow building against newer QuickCheck
0.3.1
Author: Antoine Latter <aslatter@gmail.com>
* Allow building against newer bytestring
0.3.0
Author: Antoine Latter <aslatter@gmail.com>
* Update for QuickCheck-2.5.0
* Update instances for Ordering and RealFrac based on
instances provided in QuickCheck-2.5.0
* Allow building against newer containers packages
|
2012-01-31 14:09:06 by PHO / phonohawk | Files touched by this commit (4) | |
Log message:
Upstream update to quickcheck-instances-0.2.0
|
2012-01-17 15:21:07 by PHO / phonohawk | Files touched by this commit (5) | |
Log message:
Import hs-quickcheck-instances-0.1.0 as wip/hs-quickcheck-instances.
QuickCheck instances.
The goal is to supply QuickCheck instances for types provided by the
Haskell Platform.
Since all of these instances are provided as orphans, I recommend that
you do not use this library within another library module, so that you
don't impose these instances on down-stream consumers of your code.
For information on writing a test-suite with Cabal see
http://www.haskell.org/cabal/users-guide/#test-suites
|