Cabal revisions of shelltestrunner-0.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: shelltestrunner version: 0.6+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>] . . Test file format: .- A test file contains 0 or more shell tests, each of which looks like this: + A test file contains 0 or more shell tests, each of which looks like this: . > # 0 or more comment lines beginning with # > -opt1 -opt2 arg1 arg2 # one line of command line args, executable will be prepended 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