name: ekg-bosun version: 1.0.0 synopsis: Send ekg metrics to a Bosun instance homepage: http://github.com/ocharles/ekg-bosun license: BSD3 license-file: LICENSE author: Oliver Charles maintainer: ollie@ocharles.org.uk category: System build-type: Simple cabal-version: >=1.10 extra-source-files: Changelog.md library exposed-modules: System.Remote.Monitoring.Bosun other-extensions: OverloadedStrings build-depends: aeson >= 0.8.0.2 && < 0.9, base >=4.7 && <4.8, ekg-core >=0.1 && <0.2, http-client >= 0.3.8.2 && < 0.4, lens, network >=2.6 && <2.7, network-uri >= 2.6.0.1 && < 2.7, text >=1.2 && <1.3, time >=1.4 && <1.5, unordered-containers >=0.2 && <0.3, vector >=0.10 && <0.11, wreq >= 0.2 && < 0.3, old-locale hs-source-dirs: src default-language: Haskell2010