about summary refs log tree commit diff
path: root/users/Profpatsch/my-prelude/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/my-prelude/README.md')
-rw-r--r--users/Profpatsch/my-prelude/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/Profpatsch/my-prelude/README.md b/users/Profpatsch/my-prelude/README.md
index 8173d76680..2cc068579a 100644
--- a/users/Profpatsch/my-prelude/README.md
+++ b/users/Profpatsch/my-prelude/README.md
@@ -36,3 +36,7 @@ Helpers around Json parsing.
 ### `Data.Error.Tree`
 
 Collect errors (from [`Data.Error`](https://hackage.haskell.org/package/error-1.0.0.0/docs/Data-Error.html)) into a tree, then display them in a nested fashion. Super useful for e.g. collecting and displaying nested parsing errors.
+
+### `RunCommand.hs`
+
+A module wrapping the process API with some helpful defaults for executing commands and printing what is executed to stderr.