Name: process-listlike Version: 1.0 Synopsis: Process extras Description: Extra functionality for the Process library . Homepage: https://github.com/ddssff/process-listlike License: MIT License-file: LICENSE Author: David Lazar, Bas van Dijk, David Fox Maintainer: David Fox Category: System Build-type: Simple Cabal-version: >=1.6 Extra-source-files: README.md source-repository head Type: git Location: https://github.com/ddssff/process-listlike Library ghc-options: -Wall Hs-source-dirs: src Exposed-modules: System.Process.ByteString System.Process.ByteString.Lazy System.Process.Extras System.Process.ListLike System.Process.Text System.Process.Text.Lazy Other-modules: Utils Build-depends: base >= 4 && < 5, ListLike >= 4, process, bytestring, text, deepseq