bot-0.1: bot.cabal
Name: bot
Version: 0.1
Synopsis: bots for functional reactive programming
Category: reactivity, FRP
Description:
/Bot/ is an experimental, arrow-friendly foundation for functional
reactive programming.
.
Please see the project wiki page: <http://haskell.org/haskellwiki/Bot>
.
The module documentation pages have links to colorized source code and
to wiki pages where you can read and contribute user comments. Enjoy!
.
© 2008 by Conal Elliott; BSD3 license.
Author: Conal Elliott
Maintainer: conal@conal.net
Homepage: http://haskell.org/haskellwiki/Bot
Package-Url: http://darcs.haskell.org/packages/bot
Copyright: (c) 2007-2008 by Conal Elliott
License: BSD3
Stability: experimental
Hs-Source-Dirs: src
Extensions:
Build-Depends: base, arrows, Stream
Exposed-Modules:
Data.Bot.Mutant
Data.Bot.Misc
Data.Bot.Chatter
Data.Bot.LeadFollow
Extra-Source-Files:
Examples.Chatter
Examples.LeadFollow
ghc-options: -Wall -O
-- We could add TypeCompose to Build-Depends and uncomment the Pair instances
-- in Data.Bot.LeadFollow.