From fc0afaaa273f5b5d3696df87d70d5347a13bb9ac Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 18 Dec 2023 13:50:22 +0100 Subject: feat: compute history top to bottom Disables caching. --- anissue.cabal | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'anissue.cabal') diff --git a/anissue.cabal b/anissue.cabal index 465e81d..35c64ee 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -27,6 +27,10 @@ executable anissue Git Git.CommitHash History + History.Plan + History.IssueEvents + History.Issues + History.Scramble Issue IssueEvent Issue.Filter @@ -174,20 +178,40 @@ executable anissue directory, filepath, generic-deriving, + gitlib, + gitlib-libgit2, lingo, megaparsec, mtl, nonempty-zipper, optparse-applicative, + parallel, parallel-io, prettyprinter, prettyprinter-ansi-terminal, regex, + safe, SHA, + stm, + system-time-monotonic, + tagged, temporary, terminal-size, text, time, typed-process, + utf8-string, xdg-basedir, yaml + +test-suite test + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: test + default-language: GHC2021 + default-extensions: BlockArguments QuasiQuotes + ghc-options: -Wall + build-depends: + base, + hspec, + sh -- cgit v1.2.3