name: wai-middleware-json-errors version: 0.1.1 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: Orbital Labs maintainer: seanhess@gmail.com homepage: https://github.com/orbital/wai-middleware-json-errors#readme bug-reports: https://github.com/orbital/wai-middleware-json-errors/issues synopsis: Converts errors from plaintext to json description: Converts errors from plaintext to json category: Web author: Sean Hess extra-source-files: README.md source-repository head type: git location: https://github.com/orbital/wai-middleware-json-errors library exposed-modules: Network.Wai.Middleware.JsonErrors build-depends: aeson >=1.0.2.1 && <1.1, binary >=0.8.3.0 && <0.9, bytestring >=0.10.8.1 && <0.11, http-types >=0.9.1 && <0.10, text >=1.2.2.1 && <1.3, wai >=3.2.1.1 && <3.3, base >=4.7 && <5 default-language: Haskell2010 hs-source-dirs: src other-modules: Paths_wai_middleware_json_errors test-suite wai-middleware-json-errors-test type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: aeson >=1.0.2.1 && <1.1, binary >=0.8.3.0 && <0.9, bytestring >=0.10.8.1 && <0.11, http-types >=0.9.1 && <0.10, text >=1.2.2.1 && <1.3, wai >=3.2.1.1 && <3.3, base >=4.9.1.0 && <4.10, wai-middleware-json-errors >=0.1.1 && <0.2 default-language: Haskell2010 hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N