From 92009996e8819a53445d50d4718d3f74352ef7a2 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 29 Sep 2011 00:16:15 +0900 Subject: [PATCH] No need to expose internal modules anymore. --- ChangeLog | 2 ++ time-http.cabal | 26 +++++++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..2302de7 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,2 @@ +== time-http-0.2 / unreleased +* Use attoparsec, ascii and blaze-builder diff --git a/time-http.cabal b/time-http.cabal index e266422..5f0ddcd 100644 --- a/time-http.cabal +++ b/time-http.cabal @@ -14,7 +14,11 @@ Maintainer: PHO 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 @@ -22,19 +26,19 @@ Source-Repository head 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.Internal Data.Time.HTTP - Data.Time.HTTP.Internal + Data.Time.RFC1123 + Data.Time.RFC733 + Data.Time.RFC822 Other-modules: + Data.Time.Asctime.Internal 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.*, @@ -45,8 +49,8 @@ Library base-unicode-symbols == 0.2.*, time == 1.2.* - Extensions: - FlexibleContexts + Default-Language: + Haskell2010 GHC-Options: -Wall -- 2.40.0