Hi Eric, On 17/11/2008, at 18.39, Eric Kow wrote: > 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'
That tried to replicate on the wrong side of 4GB, so I tried this one instead: > 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) But that didn't work either: [EMAIL PROTECTED] ~/work/src/QuickCheck-2.1.0.1 $ runhaskell Setup configure Configuring QuickCheck-2.1.0.1... [EMAIL PROTECTED] ~/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)' [EMAIL PROTECTED] ~/work/src/QuickCheck-2.1.0.1 $ sudo runhaskell Setup install Password: Installing library in /usr/local/lib/QuickCheck-2.1.0.1/ghc-6.10.1 Setup: Error: Could not find module: Test.QuickCheck with any suffix: ["hi"] Any ideas? Best regards, jules _______________________________________________ darcs-users mailing list darcs-users@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-users