X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=time-http.cabal;h=6ec5f3d30db71f64bca6552f6d030e60187c4778;hp=68bcc1f67c9a04121c4cd4dc6bc7fbd70f040aca;hb=9f9ed0471883b50fec1b091621f332d62477a34c;hpb=746e89579242035ff05ceec12dd151b4b9931a5f diff --git a/time-http.cabal b/time-http.cabal index 68bcc1f..6ec5f3d 100644 --- a/time-http.cabal +++ b/time-http.cabal @@ -22,8 +22,15 @@ Source-Repository head Library Exposed-modules: Data.Time.RFC822 + Data.Time.RFC822.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