Name: ircbot Version: 0.1.3 Synopsis: A library for writing irc bots Homepage: http://patch-tag.com/r/stepcut/ircbot License: BSD3 License-file: LICENSE Author: Jeremy Shaw Maintainer: jeremy@seereason.com -- Copyright: Stability: Experimental Category: Network Build-type: Simple Cabal-version: >=1.6 Library Exposed-modules: Network.IRC.Bot Network.IRC.Bot.BotMonad Network.IRC.Bot.Core Network.IRC.Bot.Commands Network.IRC.Bot.Log Network.IRC.Bot.Part.Dice Network.IRC.Bot.Part.Ping Network.IRC.Bot.Parsec Network.IRC.Bot.PosixLogger Build-depends: base >= 4 && <5, filepath >= 1.2 && < 1.4, irc == 0.4.*, mtl == 2.0.*, network == 2.3.*, old-locale == 1.0.*, parsec == 3.1.*, time == 1.4.*, unix == 2.5.*, random == 1.0.* -- Modules not exported by this package. -- Other-modules: -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools: