This package is intended to be on the lighter side, with few dependencies aside from microlens.
Motivation
microlens-process provides optics for the process package. These optics provide convenient lenses, as well as classy variants for significant classifiable portions of the library for convenience. In addition, we provide some combinators for working with CreateProcess types. The intention of this package is to create a well-typed optical layer for process, reflecting the shape of certain types of commands at the type level. For instance, consider the following:
For a fuller and more well-typed layer, see lens-process
Changes
Revision history for microlens-process
0.2.0.0
Final design - this will not change unless System.Process significantly changes.
System.Process.Microlens.CommandSpec is renamed to System.Process.Microlens.CmdSpec to be more flush with the data names
documentation improvements all around
Type signatures of combinators inheriting, piping, handling and nostreaming have had their unnecessary constraints dropped
microlens-process is now in lockstep featurewise
Traversals + Lenses have been added where in lens-process they would have been Prisms and Isos respectively. While it is slightly
too powerful a constraint, the functionality is sound.
0.1.0.2
GHC versions < 710 fail because applicative is not in base. Explicit import
added where needed
0.1.0.1
Fix the cabal version
0.1.0.0
Expose a new module called System.Process.Microlens.CommandSpec, exposing
traversals into the arguments of a raw command.