diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-09-05 00:13:52 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-09-05 00:32:06 +0000 |
commit | 8f9eceffae1d0e4eb0b2fbcb22b70730bb75bd5e (patch) | |
tree | 3d2b1c487a9d547c34bdf7afea72e73d92c78584 /hsm-web/hsm-web.cabal | |
parent | cd217ecf5bc7a04c9d594876f753916a098bf3b7 (diff) |
Adds optparse helper to `hsm-core`
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 0e7bf02..ca631b4 100644 --- a/hsm-web/hsm-web.cabal +++ b/hsm-web/hsm-web.cabal @@ -28,6 +28,7 @@ executable hsm-web , effectful-core , effectful-plugin , hsm-cam + , hsm-core , hsm-log , optparse-applicative , scotty @@ -35,7 +36,7 @@ executable hsm-web default-language: GHC2024 ghc-options: - -O2 -threaded -Wall -Werror -Wno-star-is-type -Wunused-packages + -O2 -threaded -Wall -Werror -Wno-star-is-type -Wunused-packages -Wno-unused-imports -ddump-splices -fplugin=Effectful.Plugin if !arch(x86_64) |