raven-haskell-0.1.0.1: raven-haskell.cabal
name: raven-haskell
version: 0.1.0.1
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
library
hs-source-dirs: src
ghc-options: -O2 -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,
network,
random >= 1.0,
text,
time >= 1.5.0.1,
unordered-containers,
uuid
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs: test
build-depends:
base,
aeson,
bytestring,
hspec,
raven-haskell,
unordered-containers
source-repository head
type: git
location: https://bitbucket.org/dpwiz/raven-haskell