diff options
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 |