[darcs-users] The latest buildbot test was user visible

Eric Kow kowey at darcs.net
Mon Nov 17 20:59:30 UTC 2008


On Mon, Nov 17, 2008 at 20:54:05 +0100, Jules Colding wrote:
> colding at apollo ~/work/src/QuickCheck-2.1.0.1 $ runhaskell Setup  
> configure
> Configuring QuickCheck-2.1.0.1...
> colding at apollo ~/work/src/QuickCheck-2.1.0.1 $ runhaskell Setup build
> Preprocessing library QuickCheck-2.1.0.1...
> Building QuickCheck-2.1.0.1...
> [ 1 of 11] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/ 
> Exception.hs, dist/build/Test/QuickCheck/Exception.o )
>
> Test/QuickCheck/Exception.hs:12:31:
>     Class `Exception' used as a type
>     In the type `Exception'
>     In the type `Either Exception a'
>     In the type `IO (Either Exception a)'
>
> Test/QuickCheck/Exception.hs:15:36:
>     Class `Exception' used as a type
>     In the type `Exception'
>     In the type `Either Exception a'
>     In the type `IO (Either Exception a)'

Oh no!  It seems you can work around this by editing this line in
QuickCheck.cabal

-    Build-depends: base >= 3, random
+    Build-depends: base >= 3 && < 4, random

I don't really understand how I managed to install it on my GHC
6.10 however

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.osuosl.org/pipermail/darcs-users/attachments/20081117/5c0c602f/attachment.pgp 


More information about the darcs-users mailing list