
Dear Haskell users, I'm pleased to announce a minor release of Lambdabot. Lambdabot is an IRC bot that can also be used offline; it provides tools for querying information about and even for producing Haskell code. To install it, use the following command: cabal install lambdabot --constraint 'transformers installed' (the constraint helps cabal-install to find an install plan) * What's new - lambdabot is now smarter about locating its data files. This means that commands like @src now work out of the box, without having to copy files into ~/.lambdabot/State - lambdabot-5.0.1 uses (and requires) monad-control 1.0 * Development Development of lambdabot happens on github, where you can also find the bugtracker: https://github.com/lambdabot/lambdabot Have fun with lambdabot, Bertram