From 3c6e62b75293b6625509ade3c278fc2d4d147c30 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 7 Dec 2023 03:55:45 +0100 Subject: chore: increase performance by caching everything Initial cache generation is slower, as we are losing out on parallelism. --- anissue.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'anissue.cabal') diff --git a/anissue.cabal b/anissue.cabal index dbd32ed..118567e 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -74,9 +74,7 @@ executable anissue History History.Cache History.CommitHash - History.CommitInfo History.IssueEvent - History.PartialCommitInfo Issue Issue.Filter Issue.Group @@ -93,6 +91,7 @@ executable anissue Process Render Settings + Text.Diff.Extra TreeGrepper.Comment TreeGrepper.FileType TreeGrepper.Match @@ -113,6 +112,7 @@ executable anissue diff-parse, directory, filepath, + generic-deriving, megaparsec, optparse-applicative, parallel-io, -- cgit v1.2.3