-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b62e7d81b220f1d2169f712ba478c44f28f6adc244aec7872b75874f6a3a6a34
name: heavy-logger-instances
version: 0.1.0.0
synopsis: Orphan instances for data types in heavy-logger package
description: Orphan instances for data types in heavy-logger package
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
, template-haskell >=2.12
, text >=1.2
, text-format-heavy >=0.1.5.1
exposed-modules:
System.Log.Heavy.Instances.Binary
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
, template-haskell >=2.12
, text >=1.2
, text-format-heavy >=0.1.5.1
other-modules:
Paths_heavy_logger_instances
default-language: Haskell2010