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-web/hsm-web.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hsm-web/hsm-web.cabal') diff --git a/hsm-web/hsm-web.cabal b/hsm-web/hsm-web.cabal index 89d97e9..0e7bf02 100644 --- a/hsm-web/hsm-web.cabal +++ b/hsm-web/hsm-web.cabal @@ -29,13 +29,14 @@ executable hsm-web , effectful-plugin , hsm-cam , hsm-log + , optparse-applicative , scotty , warp default-language: GHC2024 ghc-options: -O2 -threaded -Wall -Werror -Wno-star-is-type -Wunused-packages - -fplugin=Effectful.Plugin + -ddump-splices -fplugin=Effectful.Plugin if !arch(x86_64) ghc-options: -optl=-mno-fix-cortex-a53-835769 -- cgit v1.2.1