quickcheck doesn't build with ghc 7.6.1

Nick Smallbone nick.smallbone at gmail.com
Sat Sep 22 23:27:10 BST 2012


Hi Thomas,

Thanks for the bug report! It's now fixed in the latest version of
QuickCheck on Hackage.

Nick

On 11 September 2012 06:19, Thomas Dziedzic <gostrc at gmail.com> wrote:
> Hi Nick,
>
> The problem is that extensible exceptions is already provided by
> Control.Exception so there is no need to depend on it in the new ghc
> versions.
>
> I created a patch to ignore extensible exceptions if the version is >= 7.6.1 at:
> http://pkgbuild.com/~td123/0001-update-code-to-support-extensible-exceptions-no-long.patch
>
> Cheers.
>
> _______________________________________________
> QuickCheck mailing list
> QuickCheck at projects.haskell.org
> http://projects.haskell.org/cgi-bin/mailman/listinfo/quickcheck



More information about the QuickCheck mailing list