cabal-version: 3.0 name: hspec-tmp-proc version: 0.5.0.1 synopsis: Simplify use of tmp-proc from hspec tests description: Reduces boilerplate when using tmp-proc with hspec license: BSD-3-Clause license-file: LICENSE copyright: 2021 Tim Emiola author: Tim Emiola maintainer: adetokunbo@users.noreply.github.com category: testing, docker, hspec bug-reports: https://github.com/adetokunbo/tmp-proc/issues homepage: https://github.com/adetokunbo/tmp-proc/tree/master/tmp-proc#tmp-proc build-type: Simple extra-source-files: ChangeLog.md README.md tested-with: GHC == 8.10.5 source-repository head type: git location: https://github.com/adetokunbo/tmp-proc.git library exposed-modules: Test.Hspec.TmpProc hs-source-dirs: src build-depends: , base >=4.11 && <4.16 , hspec >=2.7.0 && <2.9.0 , tmp-proc >=0.5.0.0 && <0.6.0.0 default-language: Haskell2010 ghc-options: -fno-ignore-asserts -Wall