aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
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.