packages feed

io-capture-0.2: io-capture.cabal

name:                io-capture
version:             0.2
synopsis:            capture IO action's stdout and stderr
description:         capture IO action's stdout and stderr
category:            System
license:             BSD3
license-file:        LICENSE
author:              Yusaku Hashimoto
maintainer:          nonowarn@gmail.com
build-depends:       base >= 4 && < 5, unix, strict, directory
build-type:          Simple
ghc-options:         -Wall

exposed-modules:     System.IO.Capture

extra-source-files:  tests/Tests.hs