katip-rollbar/katip-rollbar.cabal
2023-01-07 20:50:18 +01:00

45 lines
1.0 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: katip-rollbar
version: 0.3.0.1
synopsis: Katip scribe that logs to Rollbar
category: Logging
homepage: https://github.com/joneshf/katip-rollbar#readme
bug-reports: https://github.com/joneshf/katip-rollbar/issues
author: Hardy Jones
maintainer: jones3.hardy@gmail.com
copyright: 2018 Hardy Jones
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/joneshf/katip-rollbar
library
exposed-modules:
Katip.Scribes.Rollbar
other-modules:
Paths_katip_rollbar
hs-source-dirs:
src
build-depends:
aeson >=1.2
, async >=2.1
, base >=4.7
, hostname >=1.0
, http-client >=0.5.10
, katip >=0.8
, rollbar-hs >=0.2
, stm-chans >=3.0
, text >=1.2
, time >=1.8
default-language: Haskell2010