aboutsummaryrefslogtreecommitdiff
path: root/kazbek.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-01-26 10:17:33 +0100
committerEugen Wissner <belka@caraus.de>2025-01-26 10:17:33 +0100
commit6c170513a69bd4c49b006d0672637a48eb449884 (patch)
tree617403177519fec8312502c40bf3e3bc98b9c48d /kazbek.cabal
parent3c430bca64c813a0a04cb98d5cd9a3d3fb70e1b0 (diff)
downloadkazbek-6c170513a69bd4c49b006d0672637a48eb449884.tar.gz
tea-cleaner: Add command line parser
Diffstat (limited to 'kazbek.cabal')
-rw-r--r--kazbek.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/kazbek.cabal b/kazbek.cabal
index 071ff75..e1ae496 100644
--- a/kazbek.cabal
+++ b/kazbek.cabal
@@ -19,16 +19,19 @@ executable tea-cleaner
TemplateHaskell,
OverloadedStrings,
QuasiQuotes,
- DuplicateRecordFields
+ DuplicateRecordFields,
+ RecordWildCards
other-modules:
TeaCleaner.Client
+ TeaCleaner.CommandLine
+ TeaCleaner.Filter
TeaCleaner.Options
- TeaCleaner.Types
build-depends:
aeson ^>= 2.2.3,
base ^>=4.20.0.0,
bytestring ^>= 0.12.2,
modern-uri ^>= 0.3.6,
+ optparse-applicative ^>= 0.18.1,
req ^>= 3.13,
time >= 1.9 && < 2,
text ^>= 2.1,