]> gitweb @ CieloNegro.org - time-w3c.git/commitdiff
Fix: wrong name in COPYING
authorPHO <pho@cielonegro.org>
Tue, 16 Mar 2010 09:01:15 +0000 (18:01 +0900)
committerPHO <pho@cielonegro.org>
Tue, 16 Mar 2010 09:01:15 +0000 (18:01 +0900)
COPYING
time-w3c.cabal

diff --git a/COPYING b/COPYING
index 99e4ec9d8ab3f30556da742597911698dc03afc1..1a6d0cd180cc0cda2d33d85751dea516b7cda7d3 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
 <!-- -*- xml -*-
 
-w3cdatetime はパブリックドメインに在ります。
-w3cdatetime is in the public domain.
+time-w3c はパブリックドメインに在ります。
+time-w3c is in the public domain.
 
 See http://creativecommons.org/licenses/publicdomain/
 
@@ -11,7 +11,7 @@ See http://creativecommons.org/licenses/publicdomain/
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
   <Work rdf:about="http://cielonegro.org/W3CDateTime.html">
-       <dc:title>w3cdatetime</dc:title>
+       <dc:title>time-w3c</dc:title>
        <dc:rights>
       <Agent>
            <dc:title>PHO</dc:title>
index 3053478bb3e390fe1621bcccb8ee0a62b34a2196..d2c51484d8c40adc4517db2bbf04cadd4fb80206 100644 (file)
@@ -36,10 +36,10 @@ Library
         Data.Time.W3C.Types
 
     Build-depends:
-        base >= 4 && < 5,
-        convertible >= 1.0 && < 2,
-        parsec >= 3 && < 4,
-        time >= 1.1 && < 2
+        base >= 4.2 && < 4.3,
+        convertible >= 1.0 && < 1.1,
+        parsec >= 3.0 && < 3.1,
+        time >= 1.1 && < 1.2
 
     Extensions:
         DeriveDataTypeable