File: wai-logger.cabal

package info (click to toggle)
haskell-wai-logger 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 68 kB
  • sloc: haskell: 197; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name:                   wai-logger
Version:                0.1.4
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
License:                BSD3
License-File:           LICENSE
Synopsis:               A logging system for WAI
Description:            A logging system for WAI
Category:               Web, Yesod
Cabal-Version:          >= 1.6
Build-Type:             Simple
library
  if impl(ghc >= 6.12)
    GHC-Options:        -Wall -fno-warn-unused-do-bind
  else
    GHC-Options:        -Wall
  Exposed-Modules:      Network.Wai.Logger
                        Network.Wai.Logger.Date
                        Network.Wai.Logger.Format
                        Network.Wai.Logger.Utils
  Build-Depends:        base >= 4 && < 5, time, old-locale,
                        bytestring, blaze-builder,
                        wai, fast-logger, http-types, case-insensitive,
                        network, byteorder
  if os(windows)
    cpp-options: -DWINDOWS
  else
    build-depends: unix
Source-Repository head
  Type:                 git
  Location:             git://github.com/kazu-yamamoto/logger.git