From 8fe62292f18f4577303a868a8557b0486b218bcb Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Wed, 2 Jul 2025 15:06:35 +0200 Subject: Code now uses `effectful` to manage side-effects --- hsm-log/hsm-log.cabal | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'hsm-log/hsm-log.cabal') diff --git a/hsm-log/hsm-log.cabal b/hsm-log/hsm-log.cabal index 65279db..24995da 100644 --- a/hsm-log/hsm-log.cabal +++ b/hsm-log/hsm-log.cabal @@ -1,4 +1,4 @@ -cabal-version: 3.4 +cabal-version: 3.8 author: Paul Oliver build-type: Simple maintainer: contact@pauloliver.dev @@ -8,10 +8,15 @@ version: 0.1.0.0 library build-depends: , base + , effectful-core + , effectful-plugin , iso8601-time - , text + , text-ansi , time + , typelits-printf - exposed-modules: Hsm.Log - ghc-options: -Wall -Wunused-packages - default-language: GHC2021 + 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