]> gitweb @ CieloNegro.org - time-http.git/blob - time-http.cabal
Data.Time.HTTP now compiles.
[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 Cabal-version:       >= 1.6
18
19 Source-Repository head
20     Type: git
21     Location: git://git.cielonegro.org/time-http.git
22
23 Library
24     Exposed-modules:
25         Data.Time.RFC733
26         Data.Time.RFC733.Internal
27         Data.Time.RFC822
28         Data.Time.RFC822.Internal
29         Data.Time.RFC1123
30         Data.Time.RFC1123.Internal
31         Data.Time.Asctime
32         Data.Time.Asctime.Internal
33         Data.Time.HTTP
34         Data.Time.HTTP.Internal
35
36     Other-modules:
37         Data.Time.HTTP.Common
38
39     Build-depends:
40         ascii                == 0.0.*,
41         blaze-builder        == 0.3.*,
42         blaze-textual        == 0.2.*,
43         attoparsec           == 0.9.*,
44         base                 == 4.*,
45         base-unicode-symbols == 0.2.*,
46         time                 == 1.2.*
47
48     Extensions:
49         FlexibleContexts
50
51     GHC-Options:
52         -Wall