simple-log-0.1.5: simple-log.cabal
Name: simple-log
Version: 0.1.5
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,
directory >= 1.1 && < 1.3,
filepath >= 1.0 && < 1.4,
MonadCatchIO-transformers >= 0.2 && < 0.4,
mtl >= 2.0 && < 2.2,
old-locale >= 1.0 && < 1.1,
text >= 0.11 && < 0.12,
time >= 1.3 && < 1.5,
transformers >= 0.2 && < 0.4
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