cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 054f79538b6834cca72d2d063335e1d9836f1c426546f381b36bd7a77870740c name: ratel version: 1.0.9 synopsis: Notify Honeybadger about exceptions. description: Ratel notifies Honeybadger about exceptions. category: Exceptions homepage: https://github.com/tfausak/ratel#readme bug-reports: https://github.com/tfausak/ratel/issues maintainer: Taylor Fausak license: MIT license-file: LICENSE.markdown build-type: Simple extra-source-files: CHANGELOG.markdown package.yaml README.markdown stack.yaml source-repository head type: git location: https://github.com/tfausak/ratel library exposed-modules: Ratel other-modules: Paths_ratel hs-source-dirs: library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends: aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5 , base >=4.9.0 && <4.14 , 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.7 , 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 if impl(ghc >= 8.8.1) ghc-options: -Wno-missing-deriving-strategies default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_ratel hs-source-dirs: tests ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends: aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5 , base >=4.9.0 && <4.14 , bytestring >=0.10.8 && <0.11 , case-insensitive >=1.2.0 && <1.3 , containers >=0.5.7 && <0.7 , filepath >=1.4.1 && <1.5 , hspec >=2.2.3 && <2.8 , http-client >=0.4.31 && <0.7 , http-client-tls >=0.2.4 && <0.4 , http-types >=0.9.1 && <0.13 , ratel , text >=1.2.2 && <1.3 , uuid >=1.3.12 && <1.4 if impl(ghc >= 8.8.1) ghc-options: -Wno-missing-deriving-strategies default-language: Haskell2010