Name: fast-logger Version: 2.0.2 x-revision: 1 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: A fast logging system Description: A fast logging system Category: System Cabal-Version: >= 1.8 Build-Type: Simple Library GHC-Options: -Wall Exposed-Modules: System.Log.FastLogger System.Log.FastLogger.File System.Log.FastLogger.IO System.Log.FastLogger.IORef System.Log.FastLogger.LogStr System.Log.FastLogger.Logger Build-Depends: base >= 4.4 && < 5 , array -- FIXME: blaze-builder should be removed someday , blaze-builder >= 0.2.1 && < 0.4 , bytestring , directory , filepath , text Test-Suite spec Main-Is: Spec.hs Hs-Source-Dirs: test Type: exitcode-stdio-1.0 Ghc-Options: -Wall -threaded Build-Depends: base >= 4 && < 5 , bytestring , fast-logger , hspec Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/logger.git