[Pkg-haskell-commits] darcs: haskell-json: New version 0.4.4.

Erik de Castro Lopo erikd at mega-nerd.com
Fri May 21 09:45:01 UTC 2010


Fri May 21 09:44:44 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * New version 0.4.4.
  Ignore-this: 1fd45935261fb083d6d15916e636218b

    M ./changelog -2 +7
    M ./control -3
    A ./libghc6-json-doc.doc-base

Fri May 21 09:44:44 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * New version 0.4.4.
  Ignore-this: 1fd45935261fb083d6d15916e636218b
diff -rN -u old-haskell-json/changelog new-haskell-json/changelog
--- old-haskell-json/changelog	2010-05-21 09:45:00.969014094 +0000
+++ new-haskell-json/changelog	2010-05-21 09:45:00.973014305 +0000
@@ -1,8 +1,13 @@
-haskell-json (0.4.3-4) UNRELEASED; urgency=low
+haskell-json (0.4.4-1) unstable; urgency=low
 
+  [ Erik de Castro Lopo ]
+  * New upstream.
+  * Add file debian/libghc6-json-doc.doc-base.
+
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
- -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:00 -0300
+ -- Erik de Castro Lopo <erikd at mega-nerd.com>  Fri, 21 May 2010 19:30:19 +1000
 
 haskell-json (0.4.3-3) unstable; urgency=low
 
diff -rN -u old-haskell-json/control new-haskell-json/control
--- old-haskell-json/control	2010-05-21 09:45:00.969014094 +0000
+++ new-haskell-json/control	2010-05-21 09:45:00.973014305 +0000
@@ -25,7 +25,6 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Description: Haskell library for serialising data to and from JSON
- .
  JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
  is easy for humans to read and write. It is easy for machines to parse and
  generate. It is based on a subset of the JavaScript Programming Language,
@@ -44,7 +43,6 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Description: Profiling version of the Haskell JSON library
- .
  JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
  is easy for humans to read and write. It is easy for machines to parse and
  generate. It is based on a subset of the JavaScript Programming Language,
@@ -62,7 +60,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Documentation for the Haskell JSON library
- .
  JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
  is easy for humans to read and write. It is easy for machines to parse and
  generate. It is based on a subset of the JavaScript Programming Language,
diff -rN -u old-haskell-json/libghc6-json-doc.doc-base new-haskell-json/libghc6-json-doc.doc-base
--- old-haskell-json/libghc6-json-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-json/libghc6-json-doc.doc-base	2010-05-21 09:45:00.973014305 +0000
@@ -0,0 +1,12 @@
+Document: libghc6-json-doc
+Title: Manual for Haskell JSON library.
+Abstract: JSON (JavaScript Object Notation) is a lightweight data-interchange
+ format. It is easy for humans to read and write. It is easy for machines to
+ parse and generate. It is based on a subset of the JavaScript Programming
+ Language, Standard ECMA-262 3rd Edition - December 1999.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libghc6-json-doc/html/doc-index.html
+Files: /usr/share/doc/libghc6-json-doc/html/*.html
+ /usr/share/doc/libghc6-json-doc/html/src/*.html





More information about the Pkg-haskell-commits mailing list