packages feed

Cabal revisions of shelltestrunner-1.9

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

revision 1
 name:           shelltestrunner version:        1.9+x-revision: 1 category:       Testing synopsis:       Easy, repeatable testing of CLI programs/commands    commands, released under GPLv3+.  It reads simple test specifications   defining a command to run, some input, and the expected output,   stderr, and exit status.  It can run tests in parallel, selectively,-  with a timeout, in color, etc. +  with a timeout, in color, etc.  license:        GPL license-file:   LICENSE     Utils.Debug    build-depends:-      base                 >= 4     && < 5+      base                 >= 4     && < 4.18+        -- clash with Debug.Trace.traceWith of base-4.18     , Diff                 >= 0.2.0     , filemanip            >= 0.3     , HUnit