aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-04 10:01:50 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-04 10:01:50 +0200
commit4adb99e683b81df9d572c05db06e6fb688fb007a (patch)
tree84be7f1aa0bf83e272cf600c0ae4c2bc0b51af21 /anissue.cabal
parent3ae98347e7ad3e410974c4f6bac1ccaf56daa280 (diff)
bring issue extraction on-par with shell script
Diffstat (limited to 'anissue.cabal')
-rw-r--r--anissue.cabal4
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.