From cd217ecf5bc7a04c9d594876f753916a098bf3b7 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Wed, 3 Sep 2025 21:14:13 +0000 Subject: Adds CLI parser generator for multiple logger severity settings --- hsm-log/hsm-log.cabal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hsm-log/hsm-log.cabal') 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 -- cgit v1.2.1