zampolit-0.3: zampolit.cabal
Name: zampolit
Version: 0.3
Synopsis: A tool for checking how much work is done on group projects.
Description: Zampolit is a tool for checking how much work each contributor to a project is doing. It produces pretty graphs of word count per author. This is helpful when collaborating on projects that are mostly text, and do not necessarily break lines reliably or often.
License: BSD3
License-file: LICENSE
Author: Brian Sniffen
Maintainer: bts@alum.mit.edu
Homepage: https://github.com/briansniffen/zampolit
Copyright: Copyright (c) 2011 Brian Sniffen
Category: Text
Build-type: Simple
Extra-source-files: README
Cabal-version: >=1.6
Executable zampolit
Main-is: Zampolit.hs
Build-depends: base<5,parsec,cmdargs,time,containers,old-locale,directory,filepath,HSH,MissingH
source-repository head
type: git
location: git://github.com/briansniffen/zampolit.git