aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-07 03:55:45 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-07 03:55:47 +0100
commit3c6e62b75293b6625509ade3c278fc2d4d147c30 (patch)
treeb33f76c2634a771879f9178cff8e5335e43d2f43 /anissue.cabal
parenta5dde0c6e1c1f54a1660f6c2345277927beef30f (diff)
chore: increase performance by caching everything
Initial cache generation is slower, as we are losing out on parallelism.
Diffstat (limited to 'anissue.cabal')
-rw-r--r--anissue.cabal4
1 files changed, 2 insertions, 2 deletions
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,