
24 May
2011
24 May
'11
7 a.m.
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?