]> gitweb @ CieloNegro.org - time-w3c.git/blobdiff - time-w3c.cabal
Renamed package name: w3cdatetime -> time-w3c
[time-w3c.git] / time-w3c.cabal
diff --git a/time-w3c.cabal b/time-w3c.cabal
new file mode 100644 (file)
index 0000000..96a224a
--- /dev/null
@@ -0,0 +1,34 @@
+Name:                time-w3c
+Version:             0.1
+Synopsis:            Parse, format and convert W3C Date and Time
+
+-- A longer description of the package.
+-- Description:
+
+License:             PublicDomain
+License-file:        COPYING
+Author:              PHO <pho AT cielonegro DOT org>
+Maintainer:          PHO <pho AT cielonegro DOT org>
+Stability:           Experimental
+Homepage:            http://cielonegro.org/W3CDateTime.html
+Category:            Web
+Build-type:          Simple
+Cabal-version:       >=1.2
+Extra-source-files:
+
+Library
+    Exposed-modules:
+        Data.Time.W3CDateTime
+        Data.Time.W3CDateTime.Types
+
+    Build-depends:
+        base >= 4 && < 5,
+        convertible >= 1.0,
+        time >= 1.1
+
+    Extensions:
+        DeriveDataTypeable
+        MultiParamTypeClasses
+
+    GHC-Options:
+        -Wall