X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-http.git;a=blobdiff_plain;f=time-http.cabal;h=d8c1c2a13df6239b7c7bd7d9998fffd560a96665;hp=f22e117cbc2d7322482c8fbc1174fdae7b37f67e;hb=fec6c14;hpb=82afb594c5b4254385435491700befcbea185a5d diff --git a/time-http.cabal b/time-http.cabal index f22e117..d8c1c2a 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,26 +26,47 @@ 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.*, attoparsec == 0.9.*, - base == 4.3.*, + blaze-builder == 0.3.*, + blaze-textual == 0.2.*, + base == 4.*, base-unicode-symbols == 0.2.*, time == 1.2.* - Extensions: - FlexibleContexts + Default-Language: + Haskell2010 + + GHC-Options: + -Wall + +Test-Suite test-time-http + Type: exitcode-stdio-1.0 + Main-Is: Test/Time/HTTP.hs + Default-Language: Haskell2010 + Build-depends: + QuickCheck == 2.4.*, + ascii == 0.0.*, + attoparsec == 0.9.*, + blaze-builder == 0.3.*, + blaze-textual == 0.2.*, + base == 4.*, + base-unicode-symbols == 0.2.*, + time == 1.2.* + GHC-Options: + -Wall -fno-warn-orphans