time-w3c 0.1 → 0.1.0.1
raw patch · 3 files changed
+14/−9 lines, 3 filesdep ~basedep ~convertibledep ~parsec
Dependency ranges changed: base, convertible, parsec, time
Files
- COPYING +3/−3
- NEWS +2/−0
- time-w3c.cabal +9/−6
COPYING view
@@ -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 @@ 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>
+ NEWS view
@@ -0,0 +1,2 @@+== time-w3c-0.1.0.1 / 2011-07-28+* Fix breakage on newer GHC and other libraries
time-w3c.cabal view
@@ -1,5 +1,5 @@ Name: time-w3c-Version: 0.1+Version: 0.1.0.1 Synopsis: Parse, format and convert W3C Date and Time Description: This package provides functionalities to parse and format W3C@@ -15,10 +15,13 @@ Maintainer: PHO <pho AT cielonegro DOT org> Stability: Experimental Homepage: http://cielonegro.org/W3CDateTime.html+Bug-Reports: http://static.cielonegro.org/ditz/time-w3c/ Category: Web Build-type: Simple Cabal-version: >= 1.6-Extra-source-files:+Extra-Source-Files:+ COPYING+ NEWS Source-Repository head Type: git@@ -37,10 +40,10 @@ Data.Time.W3C.Types Build-depends:- base >= 4 && < 5,- convertible >= 1.0 && < 2,- parsec >= 3 && < 4,- time >= 1.1 && < 2+ base == 4.3.*,+ convertible == 1.0.*,+ parsec == 3.1.*,+ time == 1.2.* Extensions: DeriveDataTypeable