diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-08 06:27:15 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-08 06:43:01 +0100 |
commit | 0d20548e3846cb80acca07fad2a1dc3cfe024528 (patch) | |
tree | 6605eb393af99914b4cce483f56e1becbcbe073d /anissue.cabal | |
parent | 5842e730152a2ae11fc8772a505baa3ba81b1e9c (diff) |
chore: drop tree-grepper
Regresses in that we only support Haskell for now, as Elm, Nix or Bash
are not available as tree-sitter-* Haskell packages.
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 |