diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-04 10:01:50 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-04 10:01:50 +0200 |
commit | 4adb99e683b81df9d572c05db06e6fb688fb007a (patch) | |
tree | 84be7f1aa0bf83e272cf600c0ae4c2bc0b51af21 /anissue.cabal | |
parent | 3ae98347e7ad3e410974c4f6bac1ccaf56daa280 (diff) |
bring issue extraction on-par with shell script
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index a5b4e3a..e15a069 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -66,7 +66,10 @@ executable anissue -- Modules included in this executable, other than Main. other-modules: + Issue + TreeGrepper.FileType TreeGrepper.Match + TreeGrepper.Result -- LANGUAGE extensions used by modules in this package. -- other-extensions: @@ -77,6 +80,7 @@ executable anissue bytestring, filepath, optparse-applicative, + text, typed-process -- Directories containing source files. |