Name: process-listlike Version: 0.9 x-revision: 1 Synopsis: Enhanced version of process-extras Description: Extra functionality for the Process library . This is a drop-in replacement for , which adds support for creating processes from a CreateProcess, more access to the internals, and completes support for the String type. Homepage: http://src.seereason.com/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.8 Extra-Source-Files: changelog source-repository head Type: darcs Location: https://github.com/ddssff/process-listlike.git Library ghc-options: -Wall -O2 Exposed-modules: System.Process.Chunks System.Process.Lazy System.Process.ListLike System.Process.ByteString System.Process.ByteString.Lazy System.Process.Strict System.Process.String System.Process.Text System.Process.Text.Lazy Build-depends: base >= 4.5 && < 4.8, bytestring >= 0.10, deepseq, HUnit, ListLike >= 4.0, mtl, process, text, utf8-string Executable process-listlike-tests Main-Is: Tests/Main.hs GHC-Options: -Wall -O2 -threaded -rtsopts Build-Depends: base >= 4 && < 5, bytestring, deepseq, HUnit, ListLike, mtl, process, process-listlike, text, utf8-string, unix