Name: wai-logger Version: 0.1.3 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 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 < 1.5, old-locale, bytestring, blaze-builder, wai, fast-logger < 0.2, 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