Cabal revisions of unix-process-conduit-0.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: unix-process-conduit version: 0.2.1+x-revision: 1 synopsis: Run processes on Unix systems, with a conduit interface description: This library allows you to provide @conduit@ datatypes for the input and output streams. Note that you must compile your programs with @-threaded@. homepage: https://github.com/snoyberg/conduit , transformers , bytestring , conduit >= 0.5 && < 1.1- , unix >= 2.5+ , unix >= 2.5.1 , process >= 1.1 , time , filepath