diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-08-08 22:23:25 +0200 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-08-17 01:05:09 +0000 |
commit | b679114531a5054487123252b6e3a9d22b7c27a7 (patch) | |
tree | ceaf4ac5fc53f416f0d6f845f73b09f98ab1d722 /hsm-core | |
parent | 8fe62292f18f4577303a868a8557b0486b218bcb (diff) |
Simplifies cabal files
Diffstat (limited to 'hsm-core')
-rw-r--r-- | hsm-core/hsm-core.cabal | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hsm-core/hsm-core.cabal b/hsm-core/hsm-core.cabal index 3242ff6..10862f7 100644 --- a/hsm-core/hsm-core.cabal +++ b/hsm-core/hsm-core.cabal @@ -1,7 +1,5 @@ cabal-version: 3.8 -author: Paul Oliver -build-type: Simple -maintainer: contact@pauloliver.dev +author: Paul Oliver <contact@pauloliver.dev> name: hsm-core version: 0.1.0.0 @@ -9,7 +7,6 @@ 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 |