packages feed

Cabal revisions of shelltestrunner-0.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:           shelltestrunner version:        0.4+x-revision: 1 category:       Testing synopsis:       A tool for testing command-line programs. description:  extracted from the hledger project, inspired by the tests in John  Wiegley's ledger project, and uses test-framework's test runner.  .- Usage: + Usage:  .  > shelltestrunner [opts] executable testfile1 [testfile2 ...] [-- <test-framework runner opts>]  . author:         Simon Michael <simon@joyful.com> maintainer:     Simon Michael <simon@joyful.com> homepage:       http://joyful.com/darcsweb/darcsweb.cgi?r=shelltestrunner--- bug-reports:    +-- bug-reports: stability:      experimental tested-with:    GHC==6.10 cabal-version:  >= 1.2   main-is:        shelltestrunner.hs   ghc-options:    -Wall -threaded   build-depends:-                 base >= 3 && < 5+                 base >= 3 && < 4.18                 ,parsec                 ,process                 ,HUnit