cabal-version: 2.2 name: ratel version: 1.0.12 synopsis: Notify Honeybadger about exceptions. description: Ratel notifies Honeybadger about exceptions. 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 type: git common basics default-language: Haskell2010 ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-safe -Wno-unsafe if impl(ghc >= 8.8) ghc-options: -Wno-missing-deriving-strategies if impl(ghc >= 8.10) ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module library import: basics autogen-modules: Paths_ratel build-depends: base >= 4.9.0 && < 4.15 , aeson >= 0.11.2 && < 0.12 || >= 1.0.2 && < 1.6 , bytestring >= 0.10.8 && < 0.11 , case-insensitive >= 1.2.0 && < 1.3 , containers >= 0.5.7 && < 0.7 , http-client >= 0.4.31 && < 0.8 , http-client-tls >= 0.2.4 && < 0.4 , http-types >= 0.9.1 && < 0.13 , text >= 1.2.2 && < 1.3 , uuid >= 1.3.12 && < 1.4 exposed-modules: Ratel hs-source-dirs: src/lib other-modules: Paths_ratel test-suite test import: basics build-depends: base -any , filepath >= 1.4.1 && < 1.5 , hspec >= 2.2.3 && < 2.8 , ratel -any hs-source-dirs: src/test main-is: Main.hs type: exitcode-stdio-1.0