diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-09-07 13:43:15 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-09-07 13:44:22 +0000 |
commit | ef0713cbd90d6b84da7ea67e6dfc1fe5ab5bff86 (patch) | |
tree | c4a6b48f498be3381a24a9c2183d3a50c0291a62 /hsm-core/hsm-core.cabal | |
parent | b401cfd4780882a01b3656da2aa244592cb1d242 (diff) |
Adds generic app launcher helper function
Diffstat (limited to 'hsm-core/hsm-core.cabal')
-rw-r--r-- | hsm-core/hsm-core.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-core/hsm-core.cabal b/hsm-core/hsm-core.cabal index e435f19..163e430 100644 --- a/hsm-core/hsm-core.cabal +++ b/hsm-core/hsm-core.cabal @@ -13,8 +13,8 @@ library default-language: GHC2024 exposed-modules: + Hsm.Core.App Hsm.Core.Bracket Hsm.Core.Serial - Hsm.Core.Options ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages |