Name: simple-log Version: 0.1.4 Synopsis: Simple log for Haskell Description: Log library for Haskell with removing unnecessary traces License: BSD3 License-file: LICENSE Author: Alexandr `Voidex` Ruchkin Homepage: http://github.com/mvoidex/simple-log Maintainer: voidex@live.com Category: Logging Build-type: Simple Cabal-version: >= 1.6 Library HS-Source-Dirs: src Build-Depends: base >= 4.0 && < 5, containers >= 0.3 && < 0.6, deepseq >= 1.3 && < 1.4, time >= 1.3 && < 1.5, text >= 0.11 && < 0.12, old-locale >= 1.0 && < 1.1, filepath >= 1.0 && < 1.4, directory >= 1.1 && < 1.3, transformers >= 0.2 && < 0.4, MonadCatchIO-transformers >= 0.2 && < 0.4, mtl >= 2.0 && < 2.2 Exposed-Modules: System.Log System.Log.Base System.Log.Config System.Log.Monad System.Log.Text System.Log.HTML System.Log.Console System.Log.File Ghc-Options: -Wall