packages feed

UMM-0.3.0: UMM.cabal

Name:             UMM
Version:          0.3.0
Homepage:         http://www.korgwal.com/umm/
Author:           Uwe Hollerbach <uh@alumni.caltech.edu>
Maintainer:       Uwe Hollerbach <uh@alumni.caltech.edu>
Synopsis:         A small command-line accounting tool
Description:      This is a very minimal command-line program to read a
                  plain-text ledger file and display balance information
                  and other reports. I could have used hledger or ledger
                  for this, but I had some things I wanted to do a little
                  differently... so I did.
License:          GPL
License-File:     LICENSE
Cabal-Version:    >= 1.2
Build-Type:       Simple
Category:         Finance

Executable        umm
  Build-Depends:  base >= 4 && < 5, haskell98, parsec, old-time,
                  utf8-string, process
  Main-is:        UMM.hs
  Other-Modules:  UMMData
                  UMMParser
                  UMMEval
                  UMMHelp