aboutsummaryrefslogtreecommitdiffstats
path: root/sh.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-07 03:57:03 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-07 03:57:03 +0100
commit805d47c4b5db311601f499732e9492341cdd270c (patch)
treeaf329b08f94390ec12ba8054aedc8395930994da /sh.cabal
parentb57f3a35f23aae1b327b46a002201aa32edc525c (diff)
chore: run `sh` in `MonadIO`
Diffstat (limited to 'sh.cabal')
-rw-r--r--sh.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh.cabal b/sh.cabal
index 4948851..8d0733f 100644
--- a/sh.cabal
+++ b/sh.cabal
@@ -18,6 +18,7 @@ library
base,
bytestring,
megaparsec,
+ mtl,
template-haskell,
text,
typed-process,