]> gitweb @ CieloNegro.org - time-http.git/blobdiff - time-http.cabal
Data.Time.RFC822 now fully works
[time-http.git] / time-http.cabal
index 68bcc1f67c9a04121c4cd4dc6bc7fbd70f040aca..6ec5f3d30db71f64bca6552f6d030e60187c4778 100644 (file)
@@ -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