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