cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: heavy-logger-instances
version: 0.2.1.1
synopsis: Orphan instances for data types in heavy-logger package
description: This package contains orphan instances for data types in heavy-logger package for:
* Binary type class (from binary package)
* MonadThrow, MonadCatch, MonadMask type classes (from exceptions package)
* MonadUnliftIO type class (from unliftio-core package) for LoggingT transformer.
category: System
homepage: https://github.com/portnov/heavy-logger#readme
bug-reports: https://github.com/portnov/heavy-logger/issues
author: Ilya Portnov
maintainer: portnov84@rambler.ru
copyright: 2018-2019 Ilya Portnov
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/portnov/heavy-logger
library
exposed-modules:
System.Log.Heavy.Instances.Binary
System.Log.Heavy.Instances.Throw
System.Log.Heavy.Instances.UnliftIO
other-modules:
Paths_heavy_logger_instances
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, binary
, exceptions
, heavy-logger >=0.3.2.0
, hsyslog >=5.0.1
, mtl
, template-haskell >=2.12.0.0
, text >=1.2
, text-format-heavy >=0.1.5.1
, unliftio-core >=0.1.2.0
default-language: Haskell2010
test-suite binary-test
type: exitcode-stdio-1.0
main-is: Binary.hs
other-modules:
Paths_heavy_logger_instances
hs-source-dirs:
tests
build-depends:
base >=4.7 && <5
, binary
, exceptions
, heavy-logger >=0.3.2.0
, heavy-logger-instances
, hsyslog >=5.0.1
, mtl
, template-haskell >=2.12.0.0
, text >=1.2
, text-format-heavy >=0.1.5.1
, unliftio-core >=0.1.2.0
default-language: Haskell2010