quickcheck doesn't build with ghc 7.6.1

Thomas Dziedzic gostrc at gmail.com
Tue Sep 11 05:19:17 BST 2012


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.



More information about the QuickCheck mailing list