-- trajectory.cabal auto-generated by cabal init. For additional -- options, see -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. -- The name of the package. Name: trajectory -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.1.0.0 -- A short (one-line) description of the package. Synopsis: Tools and a library for working with Trajectory. -- A longer description of the package. Description: Trajectory is a project estimation and management tool for project managers, product managers, developers, and designers. It is heavily inspired by, but improves upon, Basecamp and Pivotal Tracker. Like Basecamp, it has a place to organize ideas and exchange free-form feedback; like Pivotal Tracker it has the concept of stories with points instead of time estimations, and it calculates time estimations based on past performance. It also weds the two concepts, connecting stories with ideas. . This is a collection of tools and libraries for interacting with Trajectory. . It provides the @lsstory@ tool, a command-line app that can list stories, filtering by source idea, milestone, point, assignment, whether design or development is needed; it can filter on the state (unstarted, started, finished, done); it can filter on the iteration. It can also be used simply to tell you the next unstarted, unassigned development story to work on. . To build more with this package, look into the @Trajectory.API@ module. . Trajectory is made by thoughtbot . -- The license under which the package is released. License: BSD3 -- The file containing the license text. License-file: LICENSE -- The package author(s). Author: Mike Burns -- An email address to which users can send suggestions, bug reports, -- and patches. Maintainer: mike@mike-burns.com Homepage: https://github.com/mike-burns/trajectory -- A copyright notice. Copyright: Copyright 2011 Mike Burns Category: Network APIs Build-type: Simple -- Extra files to be distributed with the package, such as examples or -- a README. Extra-source-files: README.md, LICENSE -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.6 source-repository head type: git location: git://github.com/mike-burns/trajectory.git Executable inittj -- .hs or .lhs file containing the Main module. Main-is: InitTj.hs -- Packages needed in order to build this package. Build-depends: base >= 4.0 && < 5.0 ,regexpr ,aeson == 0.5.0.0 ,attoparsec == 0.10.1.0 ,bytestring ,text ,containers ,cmdargs ,unordered-containers == 0.1.4.3 -- Modules not exported by this package. Other-modules: Trajectory.Private.Config -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools: Executable lsstory -- .hs or .lhs file containing the Main module. Main-is: LsStory.hs -- Packages needed in order to build this package. Build-depends: base >= 4.0 && < 5.0 ,uri ,http-enumerator == 0.7.2.1 ,bytestring ,aeson == 0.5.0.0 ,attoparsec == 0.10.1.0 ,http-types ,text ,containers ,cmdargs ,unordered-containers == 0.1.4.3 -- Modules not exported by this package. Other-modules: Trajectory.Private.Config -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools: Library -- Modules exported by the library. Exposed-modules: Trajectory.Types, Trajectory.API -- Packages needed in order to build this package. Build-depends: base >= 4.0 && < 5.0 ,aeson == 0.5.0.0 ,attoparsec == 0.10.1.0 ,bytestring ,http-enumerator == 0.7.2.1 ,uri ,http-types -- Modules not exported by this package. -- Other-modules: -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools: