packages feed

Cabal revisions of contra-tracer-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                contra-tracer-version:             0.1.0.0-synopsis:            Arrow and contravariant tracers-description:         A simple interface for logging, tracing and monitoring-license:             BSD3-license-files:       LICENSE-author:              Alexander Vieth-maintainer:          aovieth@gmail.com-copyright:           2021 Alexander Vieth-category:            Logging-build-type:          Simple-extra-source-files:  README.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+name:                contra-tracer
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Arrow and contravariant tracers
+description:         A simple interface for logging, tracing and monitoring
+license:             BSD3
+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
+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