NOTICE: This package has been removed from pkgsrc

./wip/hs-quickcheck-instances, Common quickcheck instances

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.2, Package name: hs-quickcheck-instances-0.3.2, Maintainer: pho

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


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)


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) | Package updated
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) | Imported package
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