From 4b46f5fd6cb80305ce4f03b992bba68dd07d112e Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Sat, 14 Oct 2023 00:06:38 +0200 Subject: extract listIssues to History and make commit configurable --- anissue.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'anissue.cabal') 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 -- cgit v1.2.3