[Haskell-cafe] problem building lambdabot

Stefan O'Rear stefanor at cox.net
Mon Jul 30 23:59:12 EDT 2007


On Mon, Jul 30, 2007 at 08:54:12PM -0700, Michael Vanier wrote:
> So, now that I've got all the libraries installed, the compile fails like 
> this:
>
> Building lambdabot-4.0...
> [13 of 91] Compiling Lib.Parser       ( Lib/Parser.hs, 
> dist/build/lambdabot/lambdabot-tmp/Lib/Parser.o )
>
> Lib/Parser.hs:19:39:
>     Module `Language.Haskell.Syntax' does not export `as_name'
>
> Lib/Parser.hs:19:48:
>     Module `Language.Haskell.Syntax' does not export `qualified_name'
>
> Lib/Parser.hs:19:64:
>     Module `Language.Haskell.Syntax' does not export `hiding_name'
>
> Lib/Parser.hs:19:77:
>     Module `Language.Haskell.Syntax' does not export `minus_name'
>
> Lib/Parser.hs:19:89:
>     Module `Language.Haskell.Syntax' does not export `pling_name'
>
> I'm using the latest darcs pull of lambdabot along with ghc 6.6.1.  Anyone 
> have any ideas?
>
> Thanks in advance for all the help,
>
> Mike

Lambdabot is incompatible with GHC 6.6.1, because of changes in
undocumented internal modules that lambdabot really shouldn't be
importing in the first place.  I had an idea for how to avoid the nasty
dependency a few days ago, *tries to implement it*.

Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20070730/c938aa8e/attachment.bin


More information about the Haskell-Cafe mailing list