Cabal revisions of shelltestrunner-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: shelltestrunner version: 0.1+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 executable shelltestrunner main-is: shelltestrunner.hs build-depends:- base >= 3 && < 5+ base >= 3 && < 4.18 ,parsec ,process ,HUnit