diff options
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/anissue.cabal b/anissue.cabal index d053af8..0bad4b0 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -67,6 +67,8 @@ executable anissue -- Modules included in this executable, other than Main. other-modules: Cache + Comment + Comment.Language Data.List.Extra Debug Die @@ -92,10 +94,6 @@ executable anissue Render Settings Text.Diff.Extra - TreeGrepper.Comment - TreeGrepper.FileType - TreeGrepper.Match - TreeGrepper.Result Tuple -- LANGUAGE extensions used by modules in this package. @@ -122,6 +120,8 @@ executable anissue terminal-size, text, time, + tree-sitter, + tree-sitter-haskell, typed-process, xdg-basedir, yaml |