diff options
Diffstat (limited to 'hsm-core/hsm-core.cabal')
-rw-r--r-- | hsm-core/hsm-core.cabal | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hsm-core/hsm-core.cabal b/hsm-core/hsm-core.cabal new file mode 100644 index 0000000..3242ff6 --- /dev/null +++ b/hsm-core/hsm-core.cabal @@ -0,0 +1,15 @@ +cabal-version: 3.8 +author: Paul Oliver +build-type: Simple +maintainer: 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 |