]> gitweb @ CieloNegro.org - time-http.git/blobdiff - Data/Time/RFC733/Internal.hs
Changed some module's name
[time-http.git] / Data / Time / RFC733 / Internal.hs
similarity index 98%
rename from Data/Time/RFC733/Parsec.hs
rename to Data/Time/RFC733/Internal.hs
index f266193a66a01fe63f470c51c2311a33bc00de35..5002655afb2148499c2ff1a24310f9d55fb8c27c 100644 (file)
@@ -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