diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 16:21:10 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 16:21:10 +0200 |
commit | 1e49477c1268deaf519ad9ca051c3b34f503cb84 (patch) | |
tree | 8136dcc34326845c06e0c0a24078f38a4b3965ae /anissue.cabal | |
parent | 31c17067c5c18b80fb29fc3cf92b9b8d70b371bb (diff) |
parse tree-grepper results
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index c528361..97afdbb 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -72,6 +72,7 @@ executable anissue -- Other library packages from which modules are imported. build-depends: base ^>=4.16.4.0, + aeson, bytestring, filepath, optparse-applicative, |