lens-process alternatives and similar packages
Based on the "System" category.
Alternatively, view lens-process alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby.
InfluxDB – Built for High-Performance Time Series Workloads

Do you think we are missing an alternative of lens-process or a related project?
README
lens-process
This package is intended to be minimalistic, with few dependencies aside from lens
. For full disclosure, this is the minimal dependency graph of lens-process
:
Motivation
lens-process
provides optics for the process package. These optics provide convenient lenses, traversals, and prisms, 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.