packages feed

hspec-tmp-proc-0.7.0.0: hspec-tmp-proc.cabal

cabal-version:      3.0
name:               hspec-tmp-proc
version:            0.7.0.0
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.7 || ==9.0.2 || ==9.2.8 || ==9.4.5

source-repository head
  type:     git
  location: https://github.com/adetokunbo/tmp-proc.git
  subdir:   hspec-tmp-proc

library
  exposed-modules:  Test.Hspec.TmpProc
  hs-source-dirs:   src
  build-depends:
    , base      >=4.11    && <5
    , hspec     >=2.7.0   && <2.12.0
    , tmp-proc  >=0.5.2 && <0.8

  default-language: Haskell2010
  ghc-options:      -fno-ignore-asserts -Wall