Hi Jules,

On Mon, Nov 17, 2008 at 15:10:13 +0100, Jules Colding wrote:
> Yes, I now see that I have a lengthy "port upgrade outdated" running.  
> I'd bet it'll be OK again when it's done.

It seems like the upgrade also upgraded GHC (now we have GHC 6.10.1 on
this machine, which is good because I don't think we had a single 6.10.1
build slave until now)

Unfortunately, that wiped out your quickcheck install.
May I ask you to upgrade it again?

I guess one way to go about it is to:
cabal upgrade 'quickcheck >= 2'

Or barring that
wget 
http://hackage.haskell.org/packages/archive/QuickCheck/2.1.0.1/QuickCheck-2.1.0.1.tar.gz
tar xzvf QuickCheck-2.1.0.1
cd QuickCheck-2.1.0.1
runhaskell Setup configure --user
runhaskell Setup build
runhaskell Setup install

(if you want it installed globally, just omit --user and sudo runhaskell
Setup install)

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9

Attachment: pgpUJcAS1y38e.pgp
Description: PGP signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to