[Haskell-cafe] Can't build Lambdabot

Stefan O'Rear stefanor at cox.net
Mon Jun 18 18:41:19 EDT 2007


On Tue, Jun 19, 2007 at 12:36:44AM +0200, Daniel Fischer wrote:
> Arrrgh,
> 
> now I get to:
> [ 4 of 78] Compiling Lib.Parser       ( Lib/Parser.hs, 
> dist/build/lambdabot/lambdabot-tmp/Lib/Parser.o )
> 
> Lib/Parser.hs:7920:4: Not in scope: `as_name'
> 
> Lib/Parser.hs:7926:4: Not in scope: `qualified_name'
> 
> Lib/Parser.hs:7932:4: Not in scope: `hiding_name'
> 
> Lib/Parser.hs:8015:4: Not in scope: `minus_name'
> 
> Lib/Parser.hs:8021:4: Not in scope: `pling_name'
> 
> Lib/Parser.hs:8034:4: Not in scope: `pling_name'
> 
> what's happened here?
> How do I fix that?

Your lambdabot is too old.  It needed fixes to work with GHC 6.6's
version of the haskell-src package.

Stefan


More information about the Haskell-Cafe mailing list