tea-cleaner: Read configuration file

This commit is contained in:
2025-02-18 11:57:18 +01:00
parent 346b9dcfdf
commit 06fa97bfcf
6 changed files with 163 additions and 97 deletions

View File

@ -23,7 +23,7 @@ executable tea-cleaner
RecordWildCards
other-modules:
TeaCleaner.Client
TeaCleaner.CommandLine
TeaCleaner.Configuration
TeaCleaner.Filter
TeaCleaner.Options
build-depends:
@ -35,6 +35,7 @@ executable tea-cleaner
req ^>= 3.13,
time >= 1.9 && < 2,
text ^>= 2.1,
tomland ^>= 1.3.3,
vector ^>= 0.13.2
hs-source-dirs: tea-cleaner
default-language: GHC2024