packages feed

todos-0.4: todos.cabal

Name:           todos
Version:        0.4
Cabal-Version:  >= 1.6
License:        BSD3
License-File:   LICENSE
Author:         Ilya V. Portnov
Maintainer:     portnov84@rambler.ru
Homepage:       http://gitorious.org/todos
Synopsis:       Easy-to-use TODOs manager.
Category:       Utils,Desktop
Build-Type:     Simple
Description:    todos is a simple TODO manager. TODO records theirself are described in
                plain-text file, and todos allows you to show only needed of
                them. So, todos works as specialized `grep' utility.

Extra-source-files: Makefile README README.ru TODO

library
  Exposed-Modules: Todos
                   Todos.Default
                   Todos.Default.CmdLine
                   Todos.Default.Instances
                   Todos.Default.Utils
                   Todos.Default.Print
                   Todos.Default.Config
                   Todos.Dot
                   Todos.Dot.Color
                   Todos.Dot.Shapes
                   Todos.Dot.Render
                   Todos.Dates
                   Todos.CommandParser
                   Todos.Parser
                   Todos.Config
                   Todos.ReadConfig
                   Todos.IO
                   Todos.Main
                   Todos.Loader
                   Todos.Tree
                   Todos.Types
                   Todos.Unicode
                   Todos.Formatters

  Build-Depends:  base >= 3 && <= 5, haskell98, containers, parsec >= 2 && < 3,
                  syb, mtl, ansi-terminal, Glob, time, regex-pcre, directory, filepath,
                  process, data-hash, dyre, utf8-string

  ghc-options: -fwarn-unused-imports

Executable todos
  Main-Is:       todos.hs
  Other-Modules: Todos
                 Todos.Default
                 Todos.Default.CmdLine
                 Todos.Default.Instances
                 Todos.Default.Utils
                 Todos.Default.Print
                 Todos.Default.Config
                 Todos.Dot
                 Todos.Dot.Color
                 Todos.Dot.Shapes
                 Todos.Dot.Render
                 Todos.Dates
                 Todos.CommandParser
                 Todos.Parser
                 Todos.Config
                 Todos.ReadConfig
                 Todos.IO
                 Todos.Main
                 Todos.Loader
                 Todos.Tree
                 Todos.Types
                 Todos.Unicode
                 Todos.Formatters

Source-repository head
  type:     git
  location: git://gitorious.org/todos/todos.git