packages feed

heavy-logger-instances-0.2.0.0: heavy-logger-instances.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b28515ba9f195713b669f5ce46894d10ec2bcba100434c30c597ce440f1a858c

name:           heavy-logger-instances
version:        0.2.0.0
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) 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 Ilya Portnov
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/portnov/heavy-logger

library
  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
    , text >=1.2
    , text-format-heavy >=0.1.5.1
  exposed-modules:
      System.Log.Heavy.Instances.Binary
      System.Log.Heavy.Instances.Throw
  other-modules:
      Paths_heavy_logger_instances
  default-language: Haskell2010

test-suite binary-test
  type: exitcode-stdio-1.0
  main-is: Binary.hs
  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
    , text >=1.2
    , text-format-heavy >=0.1.5.1
  other-modules:
      Paths_heavy_logger_instances
  default-language: Haskell2010