-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: d0cec33d201b972e8777a59d1895e2a7f6a2a29b692eb6c6d445f108eec1c3dc name: ratel-wai version: 0.3.2 synopsis: Notify Honeybadger about exceptions via a WAI middleware. description: ratel-wai notifies Honeybadger about exceptions via a WAI middleware. category: Exceptions homepage: https://github.com/tfausak/ratel-wai#readme bug-reports: https://github.com/tfausak/ratel-wai/issues maintainer: Taylor Fausak license: MIT build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md package.yaml README.md stack.yaml source-repository head type: git location: https://github.com/tfausak/ratel-wai library hs-source-dirs: library ghc-options: -Wall build-depends: base >=4.8 && <4.11 , bytestring ==0.10.* , case-insensitive ==1.2.* , containers ==0.5.* , http-client >=0.4.30 && <0.6 , ratel ==0.3.* , wai ==3.2.* exposed-modules: Ratel.Wai other-modules: Paths_ratel_wai default-language: Haskell2010