diff options
Diffstat (limited to 'hsm-core/hsm-core.cabal')
-rw-r--r-- | hsm-core/hsm-core.cabal | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/hsm-core/hsm-core.cabal b/hsm-core/hsm-core.cabal index 856a359..6a0efff 100644 --- a/hsm-core/hsm-core.cabal +++ b/hsm-core/hsm-core.cabal @@ -3,12 +3,20 @@ author: Paul Oliver <contact@pauloliver.dev> name: hsm-core version: 0.1.0.0 - library build-depends: , base + , composition + , echo + , effectful-core + , optparse-applicative , template-haskell + , transformers default-language: GHC2024 - exposed-modules: Hsm.Core.Serial + exposed-modules: + Hsm.Core.App + Hsm.Core.Bracket + Hsm.Core.Serial + ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages |