diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-14 00:06:38 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-14 00:06:38 +0200 |
commit | 4b46f5fd6cb80305ce4f03b992bba68dd07d112e (patch) | |
tree | b8ead3d840dca61a5c07d69098df15d758804d31 /anissue.cabal | |
parent | 29d809eb49820e89637f1455a5e5687fe9155143 (diff) |
extract listIssues to History and make commit configurable
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index 1bed6a8..efada75 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -83,11 +83,13 @@ executable anissue build-depends: base ^>=4.16.4.0, aeson, bytestring, + directory, filepath, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal, text, + temporary, time, typed-process |