Name: fast-logger Version: 0.2.1 x-revision: 2 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.6 Build-Type: Simple library GHC-Options: -Wall Exposed-Modules: System.Log.FastLogger System.Log.FastLogger.File System.Log.FastLogger.Date Build-Depends: base >= 4 && < 5 , blaze-builder , bytestring < 0.11 , directory , filepath , text if os(windows) Cpp-Options: -DWINDOWS Build-Depends: old-locale , time < 1.5 else Build-Depends: unix , unix-time < 0.1.10 Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/logger.git