-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack name: wai-middleware-json-errors version: 0.1.2 synopsis: Converts errors from plaintext to json description: Converts errors from plaintext to json category: Web homepage: https://github.com/orbital/wai-middleware-json-errors#readme bug-reports: https://github.com/orbital/wai-middleware-json-errors/issues author: Sean Hess maintainer: seanhess@gmail.com copyright: Orbital Labs license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/orbital/wai-middleware-json-errors library hs-source-dirs: src build-depends: aeson , binary , bytestring , http-types , text , wai , base >=4.7 && <5 exposed-modules: Network.Wai.Middleware.JsonErrors other-modules: Paths_wai_middleware_json_errors default-language: Haskell2010 test-suite wai-middleware-json-errors-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , binary , bytestring , http-types , text , wai , base , wai-middleware-json-errors default-language: Haskell2010