]> gitweb @ CieloNegro.org - time-http.git/commitdiff
No need to expose internal modules anymore.
authorPHO <pho@cielonegro.org>
Wed, 28 Sep 2011 15:16:15 +0000 (00:16 +0900)
committerPHO <pho@cielonegro.org>
Wed, 28 Sep 2011 15:16:15 +0000 (00:16 +0900)
ChangeLog [new file with mode: 0644]
time-http.cabal

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..2302de7
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+== time-http-0.2 / unreleased
+* Use attoparsec, ascii and blaze-builder
index e266422a1652c51d82bfed45988f4504af150ed9..5f0ddcdc9d4576c47be2ce5bb59fe9110a681995 100644 (file)
@@ -14,7 +14,11 @@ Maintainer:          PHO <pho AT cielonegro DOT org>
 Stability:           Experimental
 Category:            Web
 Build-type:          Simple
 Stability:           Experimental
 Category:            Web
 Build-type:          Simple
-Cabal-version:       >= 1.6
+Tested-With:         GHC == 7.0.3
+Cabal-version:       >= 1.10
+Extra-Source-Files:
+    COPYING
+    ChangeLog
 
 Source-Repository head
     Type: git
 
 Source-Repository head
     Type: git
@@ -22,19 +26,19 @@ Source-Repository head
 
 Library
     Exposed-modules:
 
 Library
     Exposed-modules:
-        Data.Time.RFC733
-        Data.Time.RFC733.Internal
-        Data.Time.RFC822
-        Data.Time.RFC822.Internal
-        Data.Time.RFC1123
-        Data.Time.RFC1123.Internal
         Data.Time.Asctime
         Data.Time.Asctime
-        Data.Time.Asctime.Internal
         Data.Time.HTTP
         Data.Time.HTTP
-        Data.Time.HTTP.Internal
+        Data.Time.RFC1123
+        Data.Time.RFC733
+        Data.Time.RFC822
 
     Other-modules:
 
     Other-modules:
+        Data.Time.Asctime.Internal
         Data.Time.HTTP.Common
         Data.Time.HTTP.Common
+        Data.Time.HTTP.Internal
+        Data.Time.RFC1123.Internal
+        Data.Time.RFC733.Internal
+        Data.Time.RFC822.Internal
 
     Build-depends:
         ascii                == 0.0.*,
 
     Build-depends:
         ascii                == 0.0.*,
@@ -45,8 +49,8 @@ Library
         base-unicode-symbols == 0.2.*,
         time                 == 1.2.*
 
         base-unicode-symbols == 0.2.*,
         time                 == 1.2.*
 
-    Extensions:
-        FlexibleContexts
+    Default-Language:
+         Haskell2010
 
     GHC-Options:
         -Wall
 
     GHC-Options:
         -Wall