name: tasty-program version: 1.1.0 synopsis: Use tasty framework to test whether a program executes correctly description: This package provides a function that extends testing framework with capability to test whether an external program runs successfully. This package is inspired by package by Adam Wick. tasty-program provides basic functionality of running a program with specified set of command line parameters, and optionally a working directory, and checking the exit code. Program's output and error streams are ignored. homepage: https://bitbucket.com/jstolarek/tasty-program bug-reports: https://bitbucket.com/jstolarek/tasty-program/issues license: BSD3 license-file: LICENSE author: Jan Stolarek maintainer: jan.stolarek@binarapps.com copyright: Jan Stolarek, 2014-2022 stability: experimental category: Testing build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC>=9.0.1 extra-source-files: README.md source-repository head type: git location: git://bitbucket.com/jstolarek/tasty-program.git library build-depends: base >=4.7 && <= 5.0, directory, filepath, process, deepseq, tasty >= 0.8 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall exposed-modules: Test.Tasty.Program