-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: wai-middleware-json-errors version: 0.1.0 x-revision: 1 synopsis: Converts errors from plaintext to json description: Converts errors from plaintext to json homepage: https://github.com/orbital/wai-middleware-json-errors#readme bug-reports: https://github.com/orbital/wai-middleware-json-errors/issues license: BSD3 license-file: LICENSE author: Sean Hess maintainer: seanhess@gmail.com copyright: Orbital Labs category: Web 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 exposed-modules: Network.Wai.Middleware.JsonErrors other-modules: Paths_wai_middleware_json_errors build-depends: aeson >=1.0.2.1 && <1.3 , binary >=0.8.3 && <0.9 , bytestring >=0.10.6 && <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.8 && <5 default-language: Haskell2010 test-suite wai-middleware-json-errors-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: aeson , binary , bytestring , http-types , text , wai , base , wai-middleware-json-errors ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010