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-web/hsm-web.cabal | |
parent | 9a25a505a77a56e9dfa277618d01d33deb19a2e1 (diff) |
Adds CLI parser generator for multiple logger severity settings
Diffstat (limited to 'hsm-web/hsm-web.cabal')
-rw-r--r-- | hsm-web/hsm-web.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
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 |