From cc639b06c7126fac7b445d8f778455620d7f8f50 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sun, 29 Dec 2024 17:05:34 +0000 Subject: Initial --- hsm-core/hsm-core.cabal | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 hsm-core/hsm-core.cabal (limited to 'hsm-core/hsm-core.cabal') diff --git a/hsm-core/hsm-core.cabal b/hsm-core/hsm-core.cabal new file mode 100644 index 0000000..bbdbbb3 --- /dev/null +++ b/hsm-core/hsm-core.cabal @@ -0,0 +1,42 @@ +cabal-version: 3.4 +author: Paul Oliver +build-type: Simple +maintainer: contact@pauloliver.dev +name: hsm-core +version: 0.1.0.0 + +library + build-depends: + , aeson + , base + , binary + , bytestring + , effectful-core + , log-base + , log-effectful + , monad-loops + , optparse-applicative + , optparse-text + , resourcet-effectful + , streamly-core + , template-haskell + , text + , time + , yaml + , zeromq4-haskell + + exposed-modules: + Hsm.Core.App + Hsm.Core.Env + Hsm.Core.Fsm + Hsm.Core.Log + Hsm.Core.Message + Hsm.Core.Zmq.Client + Hsm.Core.Zmq.Server + + other-modules: + Hsm.Core.Options + Hsm.Core.Zmq + + ghc-options: -Wall -Wunused-packages + default-language: GHC2021 -- cgit v1.2.1