packages feed

eventuo11y-prometheus-0.1.0.0: eventuo11y-prometheus.cabal

cabal-version:      3.0
name:               eventuo11y-prometheus
version:            0.1.0.0
synopsis:           Prometheus backend for eventuo11y
description:
  Render [eventuo11y](https://hackage.haskell.org/package/eventuo11y) 'Observe.Event.Event's
  to Prometheus metrics.

bug-reports:        https://github.com/shlevy/eventuo11y/issues
license:            Apache-2.0
license-file:       LICENSE
author:             Shea Levy
maintainer:         shea@shealevy.com
copyright:          Copyright 2023 Shea Levy.
category:           Observability
extra-source-files: CHANGELOG.md
tested-with:        GHC == { 8.10.7, 9.2.4 }

source-repository head
  type:     git
  location: https://github.com/shlevy/eventuo11y

library
  exposed-modules:
    Observe.Event.Render.Prometheus

  build-depends:
    , base       ^>= { 4.14, 4.16, 4.17 }
    , containers ^>= { 0.6 }
    , eventuo11y ^>= { 0.7, 0.8, 0.9 }
    , prometheus ^>= { 2.2.3 }

  hs-source-dirs:   src
  default-language: Haskell2010