diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-09-03 21:14:13 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-09-05 00:32:06 +0000 |
commit | cd217ecf5bc7a04c9d594876f753916a098bf3b7 (patch) | |
tree | 94879e49053523031f5d3519bad54f12282719c5 /hsm-log/hsm-log.cabal | |
parent | 9a25a505a77a56e9dfa277618d01d33deb19a2e1 (diff) |
Adds CLI parser generator for multiple logger severity settings
Diffstat (limited to 'hsm-log/hsm-log.cabal')
-rw-r--r-- | hsm-log/hsm-log.cabal | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hsm-log/hsm-log.cabal b/hsm-log/hsm-log.cabal index e8c3972..f20d201 100644 --- a/hsm-log/hsm-log.cabal +++ b/hsm-log/hsm-log.cabal @@ -8,12 +8,18 @@ library , base , effectful-core , effectful-plugin + , generic-data-functions , iso8601-time + , optparse-applicative + , template-haskell , text-ansi , time default-language: GHC2024 - exposed-modules: Hsm.Log + exposed-modules: + Hsm.Log + Hsm.Log.Options + ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages -fplugin=Effectful.Plugin |