himpy-0.5.0: himpy.cabal
-- Initial himpy.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: himpy
version: 0.5.0
synopsis: multithreaded snmp poller for riemann
description:
Himpy provides a multi-threaded snmp poller which reports
to riemann.
.
Polled MIBs are grouped in recipes and produce relative results
whereever possible (for instance, the storage recipe reports percents).
homepage: https://github.com/pyr/himpy
license: MIT
license-file: LICENSE
author: Pierre-Yves Ritschard
maintainer: pyr@spootnik.org
-- copyright:
category: System
build-type: Simple
extra-source-files: README.md
System/Himpy/*.hs
System/Himpy/Recipes/*.hs
System/Himpy/Serializers/*.hs
System/Himpy/Output/*.hs
cabal-version: >=1.10
executable himpy
main-is: himpy.hs
ghc-options: -threaded
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7, NetSNMP >= 0.3.0.6, bytestring >= 0.10.0.2,
stm >= 2.4.2, containers >= 0.5.0.0, type-level >= 0.2.4,
cereal >= 0.4.0.1, protobuf >= 0.1.1, text >= 0.11.2.3,
MissingH >= 1.2.0.2, old-time >= 1.1.0.1, network >= 2.4.2.0,
regex-posix >= 0.93.1, binary >= 0.5.1.1, aeson >= 0.6.1.0,
unordered-containers >= 0.2.3.3, attoparsec >= 0.11.1.0, vector >= 0.10.9.1,
stm >= 2.4.2
-- hs-source-dirs:
default-language: Haskell2010