aboutsummaryrefslogtreecommitdiff
path: root/hsm-core/hsm-core.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-core/hsm-core.cabal')
-rw-r--r--hsm-core/hsm-core.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/hsm-core/hsm-core.cabal b/hsm-core/hsm-core.cabal
index e435f19..6a0efff 100644
--- a/hsm-core/hsm-core.cabal
+++ b/hsm-core/hsm-core.cabal
@@ -6,6 +6,8 @@ version: 0.1.0.0
library
build-depends:
, base
+ , composition
+ , echo
, effectful-core
, optparse-applicative
, template-haskell
@@ -13,8 +15,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