diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 21:24:04 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 22:19:24 +0200 |
commit | a0c72a80fbfed8e0963edff17ab5d52d2e3abd5b (patch) | |
tree | ad33fffa970f94d8931e70644e44946cc3dfe524 /anissue.cabal | |
parent | 09d5a5941a1feb23aece4d5311092c1a23d4ae11 (diff) |
refactor: extract sh and sh_ into Process
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index 8c84822..56eefd0 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -70,6 +70,7 @@ executable anissue Issue.Filter Issue.Tag Issue.Text + Process TreeGrepper.FileType TreeGrepper.Match TreeGrepper.Result |