aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 10:46:05 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 10:49:03 +0200
commit667c93f06d45df0515e7ade4dec14bbc85dd4d64 (patch)
tree76b323a22ee7935d24def5d9da67a311182bc22f /anissue.cabal
parentcd2777c6287eab41728c5368c7980b6520d8a8ea (diff)
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 "%".
Diffstat (limited to 'anissue.cabal')
-rw-r--r--anissue.cabal1
1 files changed, 1 insertions, 0 deletions
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