aboutsummaryrefslogtreecommitdiff
path: root/hsm-core
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-08-19 03:56:40 +0000
committerPaul Oliver <contact@pauloliver.dev>2025-08-23 22:59:12 +0000
commit307cb1b1094c73fd15eab378c27ac0073696b739 (patch)
tree730949857bd356a7d1f1739b1c8c28967d0461e4 /hsm-core
parent4efe903a671b288ac485f2d2a9c9aabf2eb7b199 (diff)
Improves formatting
Diffstat (limited to 'hsm-core')
-rw-r--r--hsm-core/hsm-core.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/hsm-core/hsm-core.cabal b/hsm-core/hsm-core.cabal
index 10862f7..856a359 100644
--- a/hsm-core/hsm-core.cabal
+++ b/hsm-core/hsm-core.cabal
@@ -3,10 +3,12 @@ author: Paul Oliver <contact@pauloliver.dev>
name: hsm-core
version: 0.1.0.0
+
library
build-depends:
, base
, template-haskell
+
default-language: GHC2024
exposed-modules: Hsm.Core.Serial
ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages