diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-07 03:57:03 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-07 03:57:03 +0100 |
commit | 805d47c4b5db311601f499732e9492341cdd270c (patch) | |
tree | af329b08f94390ec12ba8054aedc8395930994da /sh.cabal | |
parent | b57f3a35f23aae1b327b46a002201aa32edc525c (diff) |
chore: run `sh` in `MonadIO`
Diffstat (limited to 'sh.cabal')
-rw-r--r-- | sh.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ library base, bytestring, megaparsec, + mtl, template-haskell, text, typed-process, |