diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-23 09:55:28 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 09:50:52 +0100 |
commit | 1127c71fa5f5c5a3d6bfde818cb00eb26e9d4cb3 (patch) | |
tree | 003e76b6690461aff107999fcc4e1b54c6efb294 /anissue.cabal | |
parent | 8c6ab0cbb68ef2deaf575b0eb341fd6c652e1848 (diff) |
add settings
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/anissue.cabal b/anissue.cabal index fbf2485..188a418 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -85,6 +85,7 @@ executable anissue Issue.TypedValue Parallel Process + Settings TreeGrepper.FileType TreeGrepper.Match TreeGrepper.Result @@ -108,7 +109,9 @@ executable anissue terminal-size, text, time, - typed-process + typed-process, + xdg-basedir, + yaml -- Directories containing source files. hs-source-dirs: app |