diff options
Diffstat (limited to 'hsm-core/hsm-core.cabal')
-rw-r--r-- | hsm-core/hsm-core.cabal | 2 |
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 |