-- Initial raven-haskell-scotty.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: raven-haskell-scotty version: 0.1.0.0 synopsis: Http interface for Scotty web server. description: Utilities to log errors in Scotty actions using raven-haskell. homepage: http://bitbucket.org/dpwiz/raven-haskell-scotty 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