From ab4591cb0e074ce98c24645cdb80cb5012aed566 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 7 Feb 2025 17:10:05 +0000 Subject: Initial --- hsm-log/hsm-log.cabal | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hsm-log/hsm-log.cabal (limited to 'hsm-log/hsm-log.cabal') diff --git a/hsm-log/hsm-log.cabal b/hsm-log/hsm-log.cabal new file mode 100644 index 0000000..65279db --- /dev/null +++ b/hsm-log/hsm-log.cabal @@ -0,0 +1,17 @@ +cabal-version: 3.4 +author: Paul Oliver +build-type: Simple +maintainer: contact@pauloliver.dev +name: hsm-log +version: 0.1.0.0 + +library + build-depends: + , base + , iso8601-time + , text + , time + + exposed-modules: Hsm.Log + ghc-options: -Wall -Wunused-packages + default-language: GHC2021 -- cgit v1.2.1