diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 15:51:36 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 15:51:36 +0200 |
commit | 31c17067c5c18b80fb29fc3cf92b9b8d70b371bb (patch) | |
tree | 3c184b73e216c67c7694006944c4c1dcafff8ca6 /anissue.cabal | |
parent | 4b9b932834860add4ef8fcd7618f2867902fcbd4 (diff) |
run tree-grepper for all files
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 4bae665..c528361 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -73,6 +73,7 @@ executable anissue -- Other library packages from which modules are imported. build-depends: base ^>=4.16.4.0, bytestring, + filepath, optparse-applicative, typed-process |