packages feed

Cabal revisions of shelltestrunner-0.2

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

revision 1
 name:           shelltestrunner version:        0.2+x-revision: 1 category:       Testing synopsis:       A handy tool for testing command-line programs. description:                 -t pattern. You may be able to get a big speedup by                 running tests in parallel: try -j8. -                Usage: +                Usage:                  $ shelltestrunner [testrunneropts] executable testfile1 [testfile2 ...]  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