name: raven-haskell-scotty
version: 0.1.0.1
synopsis: Sentry http interface for Scotty web server.
description: Utilities to log errors in Scotty actions using raven-haskell.
homepage: http://bitbucket.org/dpwiz/raven-haskell
license: MIT
license-file: LICENSE
author: Alexander Bondarenko
maintainer: aenor.realm@gmail.com
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src/
exposed-modules:
System.Log.Raven.Scotty
build-depends:
base ==4.*,
raven-haskell,
scotty, wai, case-insensitive,
bytestring, text,
mtl