cabal-version: 2.2 name: ratel version: 2.0.0.16 synopsis: Notify Honeybadger about exceptions. description: Ratel notifies Honeybadger about exceptions. build-type: Simple category: Exceptions extra-doc-files: CHANGELOG.md README.md license-file: LICENSE.txt license: MIT maintainer: Taylor Fausak source-repository head location: https://github.com/tfausak/ratel type: git flag pedantic default: False manual: True common library build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0 default-language: Haskell2010 ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missed-specialisations -Wno-missing-deriving-strategies -Wno-missing-exported-signatures -Wno-missing-kind-signatures -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-safe -Wno-unsafe if flag(pedantic) ghc-options: -Werror common executable import: library build-depends: ratel ghc-options: -rtsopts -threaded library import: library autogen-modules: Paths_ratel build-depends: aeson ^>=2.1.2.1 || ^>=2.2.2.0, bytestring ^>=0.11.4.0 || ^>=0.12.0.2, case-insensitive ^>=1.2.1.0, containers ^>=0.6.7 || ^>=0.7 || ^>=0.8, http-client ^>=0.7.17, http-client-tls ^>=0.3.6.3, http-types ^>=0.12.4, uuid ^>=1.3.15, -- cabal-gild: discover source/library exposed-modules: Ratel hs-source-dirs: source/library other-modules: Paths_ratel test-suite ratel-test-suite import: executable build-depends: filepath ^>=1.4.100.1 || ^>=1.5.2.0, hspec ^>=2.11.8, hs-source-dirs: source/test-suite main-is: Main.hs type: exitcode-stdio-1.0