packages feed

clckwrks-plugin-ircbot-0.3.2: clckwrks-plugin-ircbot.cabal

Name:                clckwrks-plugin-ircbot
Version:             0.3.2
Synopsis:            ircbot plugin for clckwrks
Homepage:            http://clckwrks.com/
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw
Maintainer:          Jeremy Shaw <jeremy@n-heptane.com>
Copyright:           2012 Jeremy Shaw, SeeReason Partners LLC
Category:            Clckwrks
Build-type:          Custom
Cabal-version:       >=1.6
Data-Files:
    data/style.css

source-repository head
    type:     darcs
    subdir:   clckwrks-plugin-ircbot
    location: http://hub.darcs.net/stepcut/clckwrks

Library
  Build-tools:
    trhsx

  Exposed-modules:
    Clckwrks.IrcBot
    Clckwrks.IrcBot.Acid
    Clckwrks.IrcBot.Monad
    Clckwrks.IrcBot.Page.IrcLog
    Clckwrks.IrcBot.Page.IrcLogs
    Clckwrks.IrcBot.Page.Reconnect
    Clckwrks.IrcBot.Page.Settings
    Clckwrks.IrcBot.Page.Template
    Clckwrks.IrcBot.Plugin
    Clckwrks.IrcBot.PreProcess
    Clckwrks.IrcBot.Route
    Clckwrks.IrcBot.Types
    Clckwrks.IrcBot.URL
    Paths_clckwrks_plugin_ircbot

  Build-depends:
    base                    < 5,
    acid-state             >= 0.7,
    attoparsec             == 0.10.*,
    blaze-html             == 0.5.*,
    clckwrks               >= 0.13 && < 0.15,
    containers             >= 0.4 && < 0.6,
    directory              >= 1.1 && < 1.3,
    filepath               >= 1.2 && < 1.4,
    happstack-server       >= 7.0 && < 7.2,
    happstack-hsp          == 7.1.*,
    hsp                    == 0.7.*,
    ircbot                 >= 0.5.2 && < 0.6,
    ixset                  == 1.0.*,
--    magic                  == 1.0.*,
    mtl                    >= 2.0 && < 2.3,
    network                >= 2.3 && < 2.5,
    reform                 == 0.1.*,
    reform-happstack       == 0.1.*,
    reform-hsp             >= 0.1.1 && < 0.2,
    safecopy               >= 0.6,
    text                   == 0.11.*,
    web-plugins            >= 0.1 && < 0.3,
    web-routes             == 0.27.*,
    web-routes-th          >= 0.21