]> gitweb @ CieloNegro.org - time-w3c.git/blob - time-w3c.cabal
Renamed package name: w3cdatetime -> time-w3c
[time-w3c.git] / time-w3c.cabal
1 Name:                time-w3c
2 Version:             0.1
3 Synopsis:            Parse, format and convert 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         Data.Time.W3CDateTime.Types
23
24     Build-depends:
25         base >= 4 && < 5,
26         convertible >= 1.0,
27         time >= 1.1
28
29     Extensions:
30         DeriveDataTypeable
31         MultiParamTypeClasses
32
33     GHC-Options:
34         -Wall