From b679114531a5054487123252b6e3a9d22b7c27a7 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 8 Aug 2025 22:23:25 +0200 Subject: Simplifies cabal files --- hsm-core/hsm-core.cabal | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hsm-core/hsm-core.cabal') 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 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 -- cgit v1.2.1