aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'anissue.cabal')
-rw-r--r--anissue.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/anissue.cabal b/anissue.cabal
index 434f4b2..78d5e96 100644
--- a/anissue.cabal
+++ b/anissue.cabal
@@ -71,6 +71,7 @@ executable anissue
Comment
Comment.Language
Data.List.Extra
+ Data.List.NonEmpty.Zipper.Extra
Debug
Die
Exception
@@ -93,7 +94,9 @@ executable anissue
Patch
Process
Render
+ Review
Settings
+ Status
Text.Diff.Extra
TreeSitter
Tuple
@@ -206,7 +209,7 @@ executable anissue
-- other-extensions:
-- Other library packages from which modules are imported.
- build-depends: base ^>=4.16.4.0,
+ build-depends: base,
aeson,
attoparsec,
binary,
@@ -220,6 +223,8 @@ executable anissue
generic-deriving,
lingo,
megaparsec,
+ mtl,
+ nonempty-zipper,
optparse-applicative,
parallel-io,
prettyprinter,