datadog-0.1.0.0: datadog.cabal
-- Initial datadog.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: datadog
version: 0.1.0.0
synopsis: Datadog client for Haskell. Currently only StatsD supported, other support forthcoming.
-- description:
homepage: https://github.com/iand675/datadog
license: MIT
license-file: LICENSE
author: Ian Duncan
maintainer: ian@iankduncan.com
-- copyright:
category: Network
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Network.Datadog.StatsD
-- Datadog.Metrics,
-- Datadog,
-- Datadog.Wai
-- other-modules:
other-extensions: OverloadedStrings, GeneralizedNewtypeDeriving, TemplateHaskell, FunctionalDependencies, MultiParamTypeClasses, FlexibleInstances
build-depends: base >=4.7 && <5,
aeson >=0.8 && <0.10,
lens,
bytestring,
time,
text,
old-locale,
buffer-builder ==0.2.*,
auto-update,
network,
monad-control ==1.*,
lifted-base,
transformers-base
hs-source-dirs: src
default-language: Haskell2010