]> gitweb @ CieloNegro.org - time-http.git/blobdiff - time-http.cabal
Data.Time.RFC733 now fully works
[time-http.git] / time-http.cabal
index 68bcc1f67c9a04121c4cd4dc6bc7fbd70f040aca..cfdc663a1bd485079e378ff34613494ecda3fa91 100644 (file)
@@ -22,8 +22,17 @@ Source-Repository head
 Library
     Exposed-modules:
         Data.Time.RFC822
+        Data.Time.RFC822.Parsec
+        Data.Time.RFC733
+        Data.Time.RFC733.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