X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=Data%2FTime%2FRFC733%2FInternal.hs;fp=Data%2FTime%2FRFC733%2FParsec.hs;h=5002655afb2148499c2ff1a24310f9d55fb8c27c;hp=f266193a66a01fe63f470c51c2311a33bc00de35;hb=82afb594c5b4254385435491700befcbea185a5d;hpb=b6bd963751a3da2fd2961be19d42a45f4b098b96 diff --git a/Data/Time/RFC733/Parsec.hs b/Data/Time/RFC733/Internal.hs similarity index 98% rename from Data/Time/RFC733/Parsec.hs rename to Data/Time/RFC733/Internal.hs index f266193..5002655 100644 --- a/Data/Time/RFC733/Parsec.hs +++ b/Data/Time/RFC733/Internal.hs @@ -1,15 +1,13 @@ {-# LANGUAGE FlexibleContexts #-} -module Data.Time.RFC733.Parsec +module Data.Time.RFC733.Internal ( rfc733DateAndTime ) 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 733 date and time strings. rfc733DateAndTime :: Stream s m Char => ParsecT s u m ZonedTime