diff options
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/anissue.cabal b/anissue.cabal index 434f4b2..1d23cf3 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,6 +94,7 @@ executable anissue Patch Process Render + Review Settings Text.Diff.Extra TreeSitter @@ -206,7 +208,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 +222,8 @@ executable anissue generic-deriving, lingo, megaparsec, + mtl, + nonempty-zipper, optparse-applicative, parallel-io, prettyprinter, |