]> gitweb @ CieloNegro.org - time-http.git/blob - time-http.cabal
5f0ddcdc9d4576c47be2ce5bb59fe9110a681995
[time-http.git] / time-http.cabal
1 Name:                time-http
2 Version:             0.2
3 Synopsis:            Parse and format HTTP/1.1 Date and Time strings
4 Description:
5         This package provides functionalities to parse and format
6         various Date and Time formats allowed in HTTP\/1.1 (RFC 2616).
7
8 Homepage:            http://cielonegro.org/HTTPDateTime.html
9 Bug-Reports:         http://static.cielonegro.org/ditz/time-http/
10 License:             PublicDomain
11 License-file:        COPYING
12 Author:              PHO <pho AT cielonegro DOT org>
13 Maintainer:          PHO <pho AT cielonegro DOT org>
14 Stability:           Experimental
15 Category:            Web
16 Build-type:          Simple
17 Tested-With:         GHC == 7.0.3
18 Cabal-version:       >= 1.10
19 Extra-Source-Files:
20     COPYING
21     ChangeLog
22
23 Source-Repository head
24     Type: git
25     Location: git://git.cielonegro.org/time-http.git
26
27 Library
28     Exposed-modules:
29         Data.Time.Asctime
30         Data.Time.HTTP
31         Data.Time.RFC1123
32         Data.Time.RFC733
33         Data.Time.RFC822
34
35     Other-modules:
36         Data.Time.Asctime.Internal
37         Data.Time.HTTP.Common
38         Data.Time.HTTP.Internal
39         Data.Time.RFC1123.Internal
40         Data.Time.RFC733.Internal
41         Data.Time.RFC822.Internal
42
43     Build-depends:
44         ascii                == 0.0.*,
45         blaze-builder        == 0.3.*,
46         blaze-textual        == 0.2.*,
47         attoparsec           == 0.9.*,
48         base                 == 4.*,
49         base-unicode-symbols == 0.2.*,
50         time                 == 1.2.*
51
52     Default-Language:
53          Haskell2010
54
55     GHC-Options:
56         -Wall