aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-18 13:50:22 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-25 07:42:51 +0100
commitfc0afaaa273f5b5d3696df87d70d5347a13bb9ac (patch)
treea7e48842f71511f39a367e5dff84f41c02f3d859 /anissue.cabal
parent812fcbadae72960d200286355c9aaecfbe350bf2 (diff)
feat: compute history top to bottom
Disables caching.
Diffstat (limited to 'anissue.cabal')
-rw-r--r--anissue.cabal24
1 files changed, 24 insertions, 0 deletions
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