fast-logger-0.3.2: fast-logger.cabal
Name: fast-logger
Version: 0.3.2
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
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.Date
Build-Depends: base >= 4 && < 5
, blaze-builder
, bytestring
, date-cache >= 0.3
, directory
, filepath
, text
if os(windows)
Cpp-Options: -DWINDOWS
Build-Depends: old-locale
, time
else
Build-Depends: unix
, unix-time
Test-Suite spec
Main-Is: Spec.hs
Hs-Source-Dirs: test
Type: exitcode-stdio-1.0
Ghc-Options: -Wall
Build-Depends: base >= 4 && < 5
, bytestring
, fast-logger
, hspec
Source-Repository head
Type: git
Location: git://github.com/kazu-yamamoto/logger.git