name: wai-middleware-catch version: 0.1 cabal-version: >= 1.8 build-type: Simple stability: Experimental author: Alexander Dorofeev maintainer: aka.spin@gmail.com category: Web license: BSD3 license-file: LICENSE synopsis: Wai error catching middleware description: Error handling middleware for 'Wai'. /Note/: This package uses ideas fron not released package /enumerator-exception/ () homepage: https://github.com/akaspin/wai-middleware-catch Source-repository head type: git location: git://github.com/akaspin/wai-middleware-catch.git library hs-source-dirs: src build-depends: base >= 4 && < 5, enumerator >= 0.4 && < 0.5, monad-control >= 0.3 && < 0.4, lifted-base >= 0.1.0.1 && < 0.2, transformers >= 0.2 && < 0.3, wai >= 0.4 && < 0.5, http-types >= 0.6 && < 0.7, bytestring >= 0.9 && < 0.10, warp >= 0.4 && < 0.5 ghc-options: -Wall -rtsopts exposed-modules: Network.Wai.Middleware.Catch