packages feed

zipkin-0.1.0.0: zipkin.cabal

-- Initial trace-ids.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                zipkin
version:             0.1.0.0
synopsis:            Zipkin-style request tracing monad
-- description:         
homepage:            https://github.com/srijs/haskell-zipkin
license:             MIT
license-file:        LICENSE
author:              Sam Rijs
maintainer:          srijs@airpost.net
-- copyright:           
category:            Network
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Control.Monad.Zipkin
  other-modules:       Data.Zipkin.Context
                       Data.Zipkin.Types
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.8 && <4.9,
                       bytestring >=0.10,
                       mersenne-random-pure64 >=0.2,
                       mtl >=2.2,
                       safe >=0.3
  hs-source-dirs:      src
  default-language:    Haskell2010