name: logsink version: 0.1.0 x-revision: 1 synopsis: A logging framework for Haskell description: A logging framework for Haskell license: MIT license-file: LICENSE copyright: (c) Zalora South East Asia Pte. Ltd maintainer: Simon Hengel build-type: Simple cabal-version: >= 1.10 category: System source-repository head type: git location: https://github.com/zalora/logsink library ghc-options: -Wall hs-source-dirs: src exposed-modules: System.Logging.LogSink.Config System.Logging.LogSink.Core System.Logging.LogSink.Format build-depends: base == 4.* , logging-facade , hsyslog < 3 , time default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 ghc-options: -Wall hs-source-dirs: test main-is: Spec.hs build-depends: base == 4.* , logsink , logging-facade , hspec == 2.* default-language: Haskell2010