name: heavy-logger-amazon
version: 0.1.0.0
synopsis: heavy-logger compatibility with amazonka-core logging
description: This package is a simple adapter for use of @amazonka@ package with @heavy-logger@.
.
@Amazonka@ has it's own interface for logging. This package provides implementation of that interface by @heavy-logger@.
homepage: https://github.com/portnov/heavy-logger-amazon#readme
license: BSD3
license-file: LICENSE
author: IlyaPortnov
maintainer: portnov84@rambler.ru
copyright: 2017 ILya Portnov
category: System
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: System.Log.Heavy.AWS
build-depends: base >= 4.7 && < 5,
template-haskell >= 2.10,
binary >= 0.8.3.0,
text >= 1.2.2.2,
heavy-logger >= 0.3.1.0,
amazonka-core >= 1.4.5
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/portnov/heavy-logger-amazon