diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 15:03:09 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-02 15:03:09 +0200 |
commit | 737bf192f4b74104b7e8f78ed9732e70aa44a5da (patch) | |
tree | 3db0ae1eda9bc47dab1500c4550344c90e5135c5 /anissue.cabal | |
parent | e4a6ee2dbd9dfdd76bb77b647e13487fa2299d48 (diff) |
add command line argument parsing
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/anissue.cabal b/anissue.cabal index c9cf518..39aed05 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -71,7 +71,8 @@ executable anissue -- other-extensions: -- Other library packages from which modules are imported. - build-depends: base ^>=4.16.4.0 + build-depends: base ^>=4.16.4.0, + optparse-applicative -- Directories containing source files. hs-source-dirs: app |