raven-haskell-0.1.4.0: raven-haskell.cabal
name: raven-haskell
version: 0.1.4.0
synopsis: Haskell client for Sentry logging service.
-- description:
homepage: https://bitbucket.org/dpwiz/raven-haskell
license: MIT
license-file: LICENSE
author: Alexander Bondarenko
maintainer: aenor.realm@gmail.com
-- copyright:
category: Logging
build-type: Simple
cabal-version: >=1.8
extra-source-files:
README.md
library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules:
System.Log.Raven
System.Log.Raven.Interfaces
System.Log.Raven.Types
System.Log.Raven.Transport.Debug
System.Log.Raven.Transport.HttpConduit
-- other-modules:
build-depends:
base ==4.*,
aeson,
bytestring >= 0.10,
http-conduit >= 0.4.30,
mtl,
network,
random >= 1.0,
resourcet,
text,
time >= 1.5.0.1,
unordered-containers,
uuid-types
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs: test
build-depends:
base,
aeson,
bytestring,
hspec,
raven-haskell,
time,
unordered-containers
source-repository head
type: git
location: https://bitbucket.org/dpwiz/raven-haskell