packages feed

shelltestrunner 0.1 → 0.2

raw patch · 1 files changed

+2/−1 lines, 1 files

Files

shelltestrunner.cabal view
@@ -1,5 +1,5 @@ name:           shelltestrunner-version:        0.1+version:        0.2 category:       Testing synopsis:       A handy tool for testing command-line programs. description:@@ -54,6 +54,7 @@  executable shelltestrunner   main-is:        shelltestrunner.hs+  ghc-options:    -Wall -threaded   build-depends:                  base >= 3 && < 5                 ,parsec