diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 15:51:24 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 15:51:24 +0200 |
commit | bd576cb210a8c03a32c60f1b3ca769450bde3d04 (patch) | |
tree | bb68617c64ec6d5c92c4eaa98afe074eb5c975c8 /anissue.cabal | |
parent | 82737c98e809bb3e970aa16750aa70f1adcfa03a (diff) |
update `list` output
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/anissue.cabal b/anissue.cabal index ace9580..9de81d2 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -91,13 +91,14 @@ executable anissue directory, filepath, optparse-applicative, + parallel-io, prettyprinter, prettyprinter-ansi-terminal, - text, temporary, + terminal-size, + text, time, - typed-process, - parallel-io + typed-process -- Directories containing source files. hs-source-dirs: app |