diff options
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 24 |
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 |