@hackage lambdabot4.0
Categories
License
LicenseRef-GPL
Maintainer
dons@cse.unsw.edu.au
Links
- Documentation
- No source repository
- Security
Versions
Installation
CustomDependencies (0)
Dependents (1)
@hackage/acme-everything
/ \ / | | \ / | | _
| | ___ _ _ _ _ | __ / | ___ _ | _ ____ | |
| | / || || _ \ / _ |/ _ || _ \ / _ \ | |
| _ | || || | | || || || || || || || || || || || _
_|_,/||||_/ _/_,/_/ _/ _|
BUILDING:
You'll need GHC >= 6.4
Build the Data.ByteString library at http://www.cse.unsw.edu.au/~dons, version 0.7 and later are ok.
Build with cabal (simple)
$ vi Config.hs
$ chmod +x configure Setup.hs build
$ ./Setup.hs configure --bindir=pwd
$ ./build
$ ./lambdabot
Or with ghci (fastest turn around). But first you have to build with cabal as above anyway. So this is mostly for development purposes. $ vi Config.hs $ sh configure $ sh ghci Main.hs then *Main> main or *Main> online
OFFLINE MODE: ./lambdabot
CONNECTING: ./lambdabot --online
SCRIPTS: The scripts directory contains some shell scripts for Vim editor support They are self-explanatory
BUGS:
Bug reports, patches, new modules etc, contact:
Don Stewart <dons@cse.unsw.edu.au>
aka dons on #haskell
REPOSITORY:
Our darcs repository is located at: http://www.cse.unsw.edu.au/~dons/lambdabot
CONTRIBUTING:
Use 'darcs send' to submit patches to dons. Add yourself to the AUTHORS file if you haven't already.