-- Initial implicit-logging.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: implicit-logging version: 0.2.0.0 synopsis: A logging framework built around implicit parameters. homepage: https://github.com/revnull/implicit-logging license: LGPL-3 license-file: LICENSE author: Rev. Johnny Healey maintainer: rev.null@gmail.com category: Control build-type: Simple cabal-version: >=1.10 description: This package provides a simple framework for adding logging to a program. It supports customizable line formatting and user-provided log contexts. Log configuration information is passed around via implicit parameters. library exposed-modules: Control.Logging -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9 ,time ,mtl ,transformers hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: https://github.com/revnull/implicit-logging.git