X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=Data%2FTime%2FFormat%2FRFC822.hs;fp=Data%2FTime%2FRFC822.hs;h=803d040fb901f65df3f1f7dc755c86cdff1b13f2;hp=b246e696cbc7589a7e524517664690a548b1fa2f;hb=91c2402d530afff7f1fd4eee333f84cbe18d1014;hpb=7fd4893fdd44f360647fa99c7f96ed96d2f7bac4 diff --git a/Data/Time/RFC822.hs b/Data/Time/Format/RFC822.hs similarity index 90% rename from Data/Time/RFC822.hs rename to Data/Time/Format/RFC822.hs index b246e69..803d040 100644 --- a/Data/Time/RFC822.hs +++ b/Data/Time/Format/RFC822.hs @@ -1,5 +1,5 @@ -- |This module provides functions to parse and format RFC 822 date --- and time formats. +-- and time strings (). -- -- 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