packages feed

contra-tracer-0.2.0.0: contra-tracer.cabal

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:          aovieth@gmail.com
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