name: ekg-servant version: 0.1.0.0 synopsis: Helpers for using ekg with servant description: Helpers for using ekg with servant license: BSD3 license-file: LICENSE author: Anchor Engineering maintainer: Anchor Engineering category: System build-type: Simple cabal-version: >=1.10 source-repository HEAD type: git location: https://github.com/anchor/ekg-servant.git library exposed-modules: Servant.Ekg hs-source-dirs: lib build-depends: base >=4.7 && <4.9 , ekg-core , servant >=0.2 && <0.3 , http-types , text , time , unordered-containers , wai default-language: Haskell2010