packages feed

prometheus-proc-0.1.6.0: prometheus-proc.cabal

name:                prometheus-proc
version:             0.1.6.0
synopsis:            Export metrics from /proc for the current process
homepage:            https://github.com/fimad/prometheus-haskell
license:             BSD3
license-file:        LICENSE
author:              Ollie Charles
maintainer:          ollie@ocharles.org.uk
category:            System
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

source-repository head
  type:     git
  location: https://github.com/fimad/prometheus-haskell

library
  exposed-modules:     Prometheus.Metric.Proc
  build-depends:       base >=4.10 && <5
                     , directory >= 1.2.5.0 && < 1.4
                     , filepath >=1.4 && <1.5
                     , prometheus-client >= 1.0.0 && < 1.2
                     , regex-applicative >=0.3 && <0.4
                     , text >= 0.7 && < 2.2
                     , unix >=2.7 && <2.9
                     , unix-memory >=0.1 && <0.2
  hs-source-dirs:      src
  default-language:    Haskell2010