[Haskell-cafe] ANN: Lambdabot 5.0.1
Bertram Felgenhauer
bertram.felgenhauer at googlemail.com
Mon Mar 23 02:26:24 UTC 2015
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
More information about the Haskell-Cafe
mailing list