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-log/hsm-log.cabal | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'hsm-log') diff --git a/hsm-log/hsm-log.cabal b/hsm-log/hsm-log.cabal index 24995da..7aab0de 100644 --- a/hsm-log/hsm-log.cabal +++ b/hsm-log/hsm-log.cabal @@ -1,7 +1,5 @@ cabal-version: 3.8 -author: Paul Oliver -build-type: Simple -maintainer: contact@pauloliver.dev +author: Paul Oliver name: hsm-log version: 0.1.0.0 @@ -15,8 +13,8 @@ library , time , typelits-printf - default-language: GHC2024 - exposed-modules: Hsm.Log + default-language: GHC2024 + exposed-modules: Hsm.Log ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages -fplugin=Effectful.Plugin -- cgit v1.2.1