From 667c93f06d45df0515e7ade4dec14bbc85dd4d64 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 16 Oct 2023 10:46:05 +0200 Subject: add Process.proc Adds type-trickery akin to `Text.printf` to provide - (1) an abstraction over `fromString (printf ".." ..)` for `ProcessConfig`s, - (2) have arguments be quoted automatically. As string is the only argument type that Shell knows, the formatting character is simply "%". --- anissue.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'anissue.cabal') diff --git a/anissue.cabal b/anissue.cabal index 7259422..fd051cc 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -112,4 +112,5 @@ executable anissue OverloadedRecordDot OverloadedStrings PartialTypeSignatures + TypeFamilies ViewPatterns -- cgit v1.2.3