simple-log-0.3.2: simple-log.cabal
Name: simple-log
Version: 0.3.2
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
Tested-with: GHC == 7.6.1
Library
HS-Source-Dirs: src
Build-Depends:
base >= 4.0 && < 6,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
directory >= 1.2 && < 1.3,
filepath >= 1.4 && < 1.5,
MonadCatchIO-transformers >= 0.2 && < 0.4,
mtl >= 2.2 && < 2.3,
SafeSemaphore >= 0.9.0 && < 1.0.0,
text >= 0.11.0 && < 2.0.0,
time >= 1.5 && < 1.6,
transformers >= 0.4 && < 0.5
Exposed-Modules:
System.Log.Simple
System.Log.Simple.Base
System.Log.Simple.Config
System.Log.Simple.Monad
System.Log.Simple.Text
System.Log.Simple.Console
System.Log.Simple.File
Ghc-Options: -Wall