]> gitweb @ CieloNegro.org - time-http.git/blobdiff - Data/Time/RFC1123/Internal.hs
Changed some module's name
[time-http.git] / Data / Time / RFC1123 / Internal.hs
similarity index 93%
rename from Data/Time/RFC1123/Parsec.hs
rename to Data/Time/RFC1123/Internal.hs
index 08c989c8f43dfbd1f57cc40b5c2e231f54f50108..b7bb6c9a3521056473d6da77c6b74cc3ed251690 100644 (file)
@@ -1,16 +1,14 @@
 {-# LANGUAGE FlexibleContexts #-}
 {-# LANGUAGE FlexibleContexts #-}
-module Data.Time.RFC1123.Parsec
+module Data.Time.RFC1123.Internal
     ( rfc1123DateAndTime
     )
     where
     ( rfc1123DateAndTime
     )
     where
-
 import Control.Monad
 import Data.Fixed
 import Data.Time
 import Data.Time.Calendar.WeekDate
 import Data.Time.HTTP.Common
 import Control.Monad
 import Data.Fixed
 import Data.Time
 import Data.Time.Calendar.WeekDate
 import Data.Time.HTTP.Common
-import Data.Time.RFC822.Parsec
-import Text.Parsec
+import Data.Time.RFC822.Internal
 
 -- |This is a parsec parser for RFC 1123 date and time strings.
 rfc1123DateAndTime :: Stream s m Char => ParsecT s u m ZonedTime
 
 -- |This is a parsec parser for RFC 1123 date and time strings.
 rfc1123DateAndTime :: Stream s m Char => ParsecT s u m ZonedTime