X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=time-http.cabal;h=aeef0f6f88a521e600af42087d07a9bcec072563;hp=68bcc1f67c9a04121c4cd4dc6bc7fbd70f040aca;hb=269a28dfe8b08af854f7217bbe9c141c9c18f1ec;hpb=746e89579242035ff05ceec12dd151b4b9931a5f diff --git a/time-http.cabal b/time-http.cabal index 68bcc1f..aeef0f6 100644 --- a/time-http.cabal +++ b/time-http.cabal @@ -21,9 +21,20 @@ Source-Repository head Library Exposed-modules: + Data.Time.RFC733 + Data.Time.RFC733.Parsec Data.Time.RFC822 + Data.Time.RFC822.Parsec + Data.Time.RFC1123 + Data.Time.RFC1123.Parsec + + Other-modules: + Data.Time.HTTP.Common Build-depends: base >= 4.2 && < 4.3, parsec >= 3.0 && < 3.1, time >= 1.1 && < 1.2 + + Extensions: + FlexibleContexts \ No newline at end of file