diff options
Diffstat (limited to 'hsm-log/hsm-log.cabal')
-rw-r--r-- | hsm-log/hsm-log.cabal | 15 |
1 files changed, 10 insertions, 5 deletions
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 |