packages feed

Cabal revisions of shelltestrunner-0.7

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

revision 1
 name:           shelltestrunner version:        0.7+x-revision: 1 category:       Testing synopsis:       A tool for testing command-line programs. description:  We use test-framework's test runner, so can run tests in parallel.  shelltestrunner was inspired by the tests in John Wiegley's ledger project.  .- Usage: + Usage:  .  > shelltestrunner [FLAGS] EXECUTABLE [TESTFILES ...]- > + >  >   -? --help[=FORMAT]           Show usage information (optional format)  >   -V --version                 Show version information  >   -v --verbose                 Higher verbosity   main-is:        shelltestrunner.hs   ghc-options:    -Wall -threaded   build-depends:-                 base >= 3 && < 5+                 base >= 3 && < 4.18                 ,parsec                 ,process                 ,HUnit