category: Exceptions description: Ratel notifies Honeybadger about exceptions. extra-source-files: - CHANGELOG.md - package.yaml - README.md - stack.yaml ghc-options: -Wall github: tfausak/ratel library: dependencies: - aeson >=0.11 && <1.3 - base >=4.9 && <4.11 - bytestring ==0.10.* - case-insensitive ==1.2.* - containers ==0.5.* - http-client >=0.4.30 && <0.6 - http-client-tls >=0.2 && <0.4 - http-types >=0.9 && <0.13 - text ==1.2.* - uuid ==1.3.* other-modules: - Paths_ratel source-dirs: library license: MIT license-file: LICENSE.md maintainer: Taylor Fausak name: ratel synopsis: Notify Honeybadger about exceptions. tests: ratel-test-suite: dependencies: - base - filepath ==1.4.* - hspec ==2.4.* - ratel main: Main.hs source-dirs: test-suite version: 1.0.1