aboutsummaryrefslogtreecommitdiff
path: root/kazbek.cabal
diff options
context:
space:
mode:
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,