packages feed

logsink-0.2.0: logsink.cabal

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

name:             logsink
version:          0.2.0
synopsis:         A logging framework for Haskell
description:      @logsink@ is a logging framework for Haskell.  It is meant to be used in
                  conjunction with @logging-facade@ (<http://hackage.haskell.org/package/logging-facade>).
                  .
                  For more information and usage, consult the README: <https://github.com/sol/logsink#readme>
homepage:         https://github.com/sol/logsink#readme
bug-reports:      https://github.com/sol/logsink/issues
license:          MIT
license-file:     LICENSE
copyright:        (c) Zalora South East Asia Pte. Ltd
maintainer:       Simon Hengel <sol@typeful.net>
build-type:       Simple
cabal-version:    >= 1.10
category:         System

source-repository head
  type: git
  location: https://github.com/sol/logsink

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base == 4.*
    , logging-facade
    , hsyslog >= 5
    , time
  exposed-modules:
      System.Logging.LogSink.Config
      System.Logging.LogSink.Core
      System.Logging.LogSink.Format
  other-modules:
      System.Logging.LogSink.Compat
      System.Logging.LogSink.Internal
      Paths_logsink
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      src
      test
  ghc-options: -Wall
  build-depends:
      base == 4.*
    , logging-facade
    , hsyslog >= 5
    , time
    , hspec == 2.*
  other-modules:
      System.Logging.LogSink.Compat
      System.Logging.LogSink.Config
      System.Logging.LogSink.Core
      System.Logging.LogSink.Format
      System.Logging.LogSink.Internal
      System.Logging.LogSink.CoreSpec
      System.Logging.LogSink.FormatSpec
      System.Logging.LogSink.InternalSpec
  default-language: Haskell2010