forked from input-output-hk/contra-tracer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontra-tracer.cabal
27 lines (24 loc) · 905 Bytes
/
contra-tracer.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: contra-tracer
version: 0.2.0.0
synopsis: Arrow and contravariant tracers
description: A simple interface for logging, tracing and monitoring
license: Apache-2.0
license-files: LICENSE
author: Alexander Vieth
maintainer: [email protected]
copyright: 2019-2021 Input Output (Hong Kong) Ltd., 2019-2021 Well-Typed LLP, 2019-2021 Alexander Vieth
category: Logging
build-type: Simple
extra-source-files: README.md CHANGELOG.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/avieth/contra-tracer
library
hs-source-dirs: src
exposed-modules: Control.Tracer
Control.Tracer.Arrow
default-language: Haskell2010
build-depends: base < 5
if impl(ghc < 8.5)
build-depends: contravariant