cabal-version: >= 1.10 name: ratel-wai version: 1.1.4 synopsis: Notify Honeybadger about exceptions via a WAI middleware. description: ratel-wai notifies Honeybadger about exceptions via a WAI middleware. build-type: Simple category: Exceptions extra-source-files: README.markdown license-file: LICENSE.markdown license: MIT maintainer: Taylor Fausak source-repository head location: https://github.com/tfausak/ratel-wai type: git library build-depends: base >= 4.13.0 && < 4.16 , bytestring >= 0.10.10 && < 0.11 , case-insensitive >= 1.2.1 && < 1.3 , containers >= 0.6.2 && < 0.7 , http-client >= 0.6.4 && < 0.7 , ratel >= 1.0.12 && < 1.1 , wai >= 3.2.2 && < 3.3 default-language: Haskell2010 exposed-modules: Ratel.Wai ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-exported-signatures -Wno-unsafe hs-source-dirs: src/lib if impl(ghc >= 8.10) ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module