]> gitweb @ CieloNegro.org - time-w3c.git/blobdiff - w3cdatetime.cabal
data W3CDateTime
[time-w3c.git] / w3cdatetime.cabal
index e21596e8ebedcbb3fb3c25804238462e9ccedbea..1308ccd59c46b82b219203a11c364430143bbfdb 100644 (file)
@@ -6,7 +6,7 @@ Synopsis:            Parse and format W3C Date and Time
 -- Description:
 
 License:             PublicDomain
-License-file:        LICENSE
+License-file:        COPYING
 Author:              PHO <pho AT cielonegro DOT org>
 Maintainer:          PHO <pho AT cielonegro DOT org>
 Stability:           Experimental
@@ -21,7 +21,13 @@ Library
         Data.Time.W3CDateTime
 
     Build-depends:
-        base >= 4 && < 5
+        base >= 4 && < 5,
+        convertible >= 1.0,
+        time >= 1.1
+
+    Extensions:
+        DeriveDataTypeable
+        MultiParamTypeClasses
 
     GHC-Options:
         -Wall