Name: wai-logger Version: 0.1.2 x-revision: 2 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto 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 GHC-Options: -Wall -fno-warn-unused-do-bind Exposed-Modules: Network.Wai.Logger Network.Wai.Logger.Date Network.Wai.Logger.Format Network.Wai.Logger.Utils Build-Depends: base >= 4 && < 5, time < 1.5, old-locale, bytestring, blaze-builder, wai >= 0.3, fast-logger < 2.0, http-types < 0.8, 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