File: fast-logger.cabal

package info (click to toggle)
haskell-fast-logger 0.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 60 kB
  • sloc: haskell: 115; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Name:                   fast-logger
Version:                0.0.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.6
Build-Type:             Simple
library
  GHC-Options:          -Wall -fno-warn-unused-do-bind
  Exposed-Modules:      System.Log.FastLogger
                        System.Log.FastLogger.File
  Build-Depends:        base >= 4 && < 5,
                        filepath, directory, bytestring, blaze-builder
Source-Repository head
  Type:                 git
  Location:             git://github.com/kazu-yamamoto/logger.git