aboutsummaryrefslogtreecommitdiff
path: root/hsm-log/hsm-log.cabal
blob: 65279db0e677917a00099e0b23640a1591d556db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cabal-version: 3.4
author:        Paul Oliver
build-type:    Simple
maintainer:    contact@pauloliver.dev
name:          hsm-log
version:       0.1.0.0

library
  build-depends:
    , base
    , iso8601-time
    , text
    , time

  exposed-modules:  Hsm.Log
  ghc-options:      -Wall -Wunused-packages
  default-language: GHC2021