aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-08 15:17:08 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-08 15:17:11 +0100
commit4686cd9cdef6c087bd9e92fee5f01d0a559ca357 (patch)
tree0c9f35a52c95c1fdecc3e5e7e9a76a235c7f0138 /anissue.cabal
parent3ceee81182d4f47adc8d3b349b2622027345bd7e (diff)
feat: add filtering tags by (POSIX) regex
Example: ``` anissue list --filter '@title /foo/' ```
Diffstat (limited to 'anissue.cabal')
-rw-r--r--anissue.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal
index 179137c..42e7c97 100644
--- a/anissue.cabal
+++ b/anissue.cabal
@@ -116,6 +116,7 @@ executable anissue
parallel-io,
prettyprinter,
prettyprinter-ansi-terminal,
+ regex,
temporary,
terminal-size,
text,