name: logging-facade version: 0.1.1 x-revision: 1 synopsis: Simple logging abstraction that allows multiple back-ends description: Simple logging abstraction that allows multiple back-ends license: MIT license-file: LICENSE copyright: (c) 2014 Simon Hengel author: Simon Hengel maintainer: Simon Hengel build-type: Simple cabal-version: >= 1.10 category: System source-repository head type: git location: https://github.com/sol/logging-facade library ghc-options: -Wall hs-source-dirs: src exposed-modules: System.Logging.Facade System.Logging.Facade.Sink System.Logging.Facade.Class System.Logging.Facade.Types build-depends: base >= 4.6 && <5 , transformers , template-haskell default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 ghc-options: -Wall hs-source-dirs: test main-is: Spec.hs other-modules: System.Logging.FacadeSpec build-depends: base == 4.* , logging-facade , hspec == 2.* default-language: Haskell2010