Name: clckwrks-plugin-bugs
Version: 0.7.3
Synopsis: bug tracking 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-bugs
location: http://hub.darcs.net/stepcut/clckwrks
Library
Build-tools:
hsx2hs
Exposed-modules:
Clckwrks.Bugs
Clckwrks.Bugs.Acid
Clckwrks.Bugs.Monad
Clckwrks.Bugs.Plugin
Clckwrks.Bugs.Page.BugList
Clckwrks.Bugs.Page.EditBug
Clckwrks.Bugs.Page.EditMilestones
Clckwrks.Bugs.Page.Template
Clckwrks.Bugs.Page.Timeline
Clckwrks.Bugs.Page.SubmitBug
Clckwrks.Bugs.Page.ViewBug
Clckwrks.Bugs.PreProcess
Clckwrks.Bugs.Route
Clckwrks.Bugs.Types
Clckwrks.Bugs.URL
Paths_clckwrks_plugin_bugs
Build-depends:
base < 5,
acid-state >= 0.12 && < 0.13,
attoparsec >= 0.10 && < 0.12,
clckwrks >= 0.21 && < 0.23,
clckwrks-plugin-page == 0.3.*,
cereal >= 0.4 && < 0.5,
containers >= 0.4 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.2 && < 1.4,
happstack-authenticate == 0.10.*,
happstack-server >= 7.0 && < 7.4,
happstack-hsp >= 7.2 && < 7.4,
hsp >= 0.9 && < 0.11,
ixset == 1.0.*,
mtl >= 2.0 && < 2.3,
network >= 2.3 && < 2.5,
reform == 0.2.*,
reform-happstack == 0.2.*,
reform-hsp >= 0.2 && < 0.3,
safecopy >= 0.6,
time == 1.4.*,
text >= 0.11 && < 1.2,
web-plugins >= 0.1 && < 0.3,
web-routes == 0.27.*,
web-routes-th >= 0.21