blob: 24995da6a3247d3d60b4a69635aa3ab59dc0c387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
cabal-version: 3.8
author: Paul Oliver
build-type: Simple
maintainer: contact@pauloliver.dev
name: hsm-log
version: 0.1.0.0
library
build-depends:
, base
, effectful-core
, effectful-plugin
, iso8601-time
, text-ansi
, time
, typelits-printf
default-language: GHC2024
exposed-modules: Hsm.Log
ghc-options:
-O2 -Wall -Werror -Wno-star-is-type -Wunused-packages
-fplugin=Effectful.Plugin
|