Name: http-date Version: 0.0.0 x-revision: 1 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: HTTP Date parser/formatter Description: Fast parser and formatter for HTTP Date Category: Network, Web 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.HTTP.Date Other-Modules: Network.HTTP.Date.Converter Network.HTTP.Date.Formatter Network.HTTP.Date.Types Network.HTTP.Date.Parser Build-Depends: base >= 4 && < 5, bytestring < 0.11 , array , attoparsec Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/http-date