]> gitweb @ CieloNegro.org - time-http.git/blobdiff - Data/Time/Format/RFC822.hs
Rename modules
[time-http.git] / Data / Time / Format / RFC822.hs
similarity index 90%
rename from Data/Time/RFC822.hs
rename to Data/Time/Format/RFC822.hs
index b246e696cbc7589a7e524517664690a548b1fa2f..803d040fb901f65df3f1f7dc755c86cdff1b13f2 100644 (file)
@@ -1,5 +1,5 @@
 -- |This module provides functions to parse and format RFC 822 date
--- and time formats.
+-- and time strings (<http://tools.ietf.org/html/rfc822#section-5>).
 --
 -- The syntax is as follows:
 --
@@ -27,9 +27,9 @@
 -- >               | "N"                ;  +1
 -- >               | "Y"                ; +12
 -- >               | ("+" | "-") 4DIGIT ; Local diff: HHMM
-module Data.Time.RFC822
+module Data.Time.Format.RFC822
     ( RFC822
     , rfc822DateAndTime
     )
     where
-import Data.Time.RFC822.Internal
+import Data.Time.Format.RFC822.Internal