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.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/hsm-core/hsm-core.cabal b/hsm-core/hsm-core.cabal
index 856a359..67a63e2 100644
--- a/hsm-core/hsm-core.cabal
+++ b/hsm-core/hsm-core.cabal
@@ -3,12 +3,16 @@ author: Paul Oliver <contact@pauloliver.dev>
name: hsm-core
version: 0.1.0.0
-
library
build-depends:
, base
+ , effectful-core
, template-haskell
+ , transformers
default-language: GHC2024
- exposed-modules: Hsm.Core.Serial
+ exposed-modules:
+ Hsm.Core.Bracket
+ Hsm.Core.Serial
+
ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages