]> gitweb @ CieloNegro.org - time-w3c.git/blob - w3cdatetime.cabal
Convertible UTCTime <=> W3CDateTime
[time-w3c.git] / w3cdatetime.cabal
1 Name:                w3cdatetime
2 Version:             0.1
3 Synopsis:            Parse and format W3C Date and Time
4
5 -- A longer description of the package.
6 -- Description:
7
8 License:             PublicDomain
9 License-file:        COPYING
10 Author:              PHO <pho AT cielonegro DOT org>
11 Maintainer:          PHO <pho AT cielonegro DOT org>
12 Stability:           Experimental
13 Homepage:            http://cielonegro.org/W3CDateTime.html
14 Category:            Web
15 Build-type:          Simple
16 Cabal-version:       >=1.2
17 Extra-source-files:
18
19 Library
20     Exposed-modules:
21         Data.Time.W3CDateTime
22
23     Build-depends:
24         base >= 4 && < 5,
25         convertible >= 1.0,
26         time >= 1.1
27
28     Extensions:
29         DeriveDataTypeable
30         MultiParamTypeClasses
31
32     GHC-Options:
33         -Wall