X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=Data%2FTime%2FRFC822%2FInternal.hs;fp=Data%2FTime%2FRFC822%2FParsec.hs;h=ed7549a498c2d408737783951be292ef52cbd5fc;hp=0ab2985c1413057b4fb9e73382a7e28bdccbf319;hb=82afb594c5b4254385435491700befcbea185a5d;hpb=b6bd963751a3da2fd2961be19d42a45f4b098b96 diff --git a/Data/Time/RFC822/Parsec.hs b/Data/Time/RFC822/Internal.hs similarity index 97% rename from Data/Time/RFC822/Parsec.hs rename to Data/Time/RFC822/Internal.hs index 0ab2985..ed7549a 100644 --- a/Data/Time/RFC822/Parsec.hs +++ b/Data/Time/RFC822/Internal.hs @@ -1,20 +1,16 @@ {-# LANGUAGE FlexibleContexts #-} -{-# OPTIONS_HADDOCK prune #-} - -module Data.Time.RFC822.Parsec +module Data.Time.RFC822.Internal ( rfc822DateAndTime -- private , rfc822time ) where - import Control.Monad import Data.Fixed import Data.Time import Data.Time.Calendar.WeekDate import Data.Time.HTTP.Common -import Text.Parsec -- |This is a parsec parser for RFC 822 date and time strings. rfc822DateAndTime :: Stream s m Char => ParsecT s u m ZonedTime