Patch that updates QuickCheck for base-4.3

Nick Smallbone nick.smallbone at gmail.com
Sun Oct 17 09:56:42 EDT 2010


Thanks for that! Actually in the end I just removed all the references
to RandomGen from the import list and just imported split directly,
since the only random number generator we use is StdGen.

Nick

On Sun, Oct 17, 2010 at 12:51 AM, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> Dear QuickCheck developers,
>
> Attached is a patch that updates QuickCheck to work with ghc-7 with base-4.3.
>
> The only change is that the 'split' function is now imported from the
> SplittableGen instead as from the RandomGen class.
>
> Regards,
>
> Bas
>



More information about the QuickCheck mailing list