[Haskell-cafe] lambdabot check
Jacek Generowicz
jacek.generowicz at cern.ch
Tue May 24 13:00:41 CEST 2011
I've installed lambdabot, but check within it seems to be broken: the
only answer it ever gives is "Terminated". For example:
lambdabot> check True
Terminated
lambdabot>
quickCheck works just fine in a GHCi session:
Prelude> :m + Test.QuickCheck
[...]
Prelude> quickCheck True
[...]
+++ OK, passed 100 tests.
(GHC 7.0.3 on Ubuntu Natty, everything freshly installed with cabal
install as far as possible.)
Any advice?
More information about the Haskell-Cafe
mailing list