-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: bf0bf605167d66b2381fca6688ab6c8bdc3d849f4285624afcb4580056e9e7c9
name: katip-scalyr-scribe
version: 0.1.0.1
synopsis: A katip scribe for logging to json
description: Please see the README on Github at <https://github.com/reactormonk/katip-scalyr-scribe#readme>
category: Logging
homepage: https://github.com/reactormonk/katip-scalyr-scribe#readme
bug-reports: https://github.com/reactormonk/katip-scalyr-scribe/issues
author: Simon Hafner
maintainer: hafnersimon@gmail.com
copyright: 2018 Simon Hafner
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/reactormonk/katip-scalyr-scribe
library
hs-source-dirs:
src
default-extensions: OverloadedStrings
build-depends:
aeson >=1.0 && <1.4
, base >=4.7 && <5
, katip >=0.5 && <0.6
, scientific >=0.3 && <0.4
, text >=1.2 && <1.3
, unordered-containers >=0.2 && <0.3
exposed-modules:
Katip.Scribes.Scalyr
other-modules:
Paths_katip_scalyr_scribe
default-language: Haskell2010
test-suite katip-json-scribe-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
default-extensions: OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.0 && <1.4
, base >=4.7 && <5
, katip >=0.5 && <0.6
, katip-scalyr-scribe
, scientific >=0.3 && <0.4
, text >=1.2 && <1.3
, unordered-containers >=0.2 && <0.3
other-modules:
Paths_katip_scalyr_scribe
default-language: Haskell2010