diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 15:21:08 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 15:21:08 +0200 |
commit | 4b9b932834860add4ef8fcd7618f2867902fcbd4 (patch) | |
tree | 44fa5e180231daccde130d1e707459c8e882189d /anissue.cabal | |
parent | 737bf192f4b74104b7e8f78ed9732e70aa44a5da (diff) |
get list of files which should be checked
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/anissue.cabal b/anissue.cabal index 39aed05..4bae665 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -72,7 +72,9 @@ executable anissue -- Other library packages from which modules are imported. build-depends: base ^>=4.16.4.0, - optparse-applicative + bytestring, + optparse-applicative, + typed-process -- Directories containing source files. hs-source-dirs: app |