[Pkg-haskell-commits] darcs: haskell-yaml: Fix package description; this package does not provide an interface to syck, but to libYAML.
joeyh at debian.org
joeyh at debian.org
Fri Mar 2 05:47:30 UTC 2012
Fri Mar 2 05:47:23 UTC 2012 joeyh at debian.org
* Fix package description; this package does not provide an interface to syck, but to libYAML.
Ignore-this: df3a0eed3dda3afe18af2140768e33d5
M ./changelog +7
M ./control -3 +3
Fri Mar 2 05:47:23 UTC 2012 joeyh at debian.org
* Fix package description; this package does not provide an interface to syck, but to libYAML.
Ignore-this: df3a0eed3dda3afe18af2140768e33d5
diff -rN -u old-haskell-yaml//changelog new-haskell-yaml//changelog
--- old-haskell-yaml//changelog 2012-03-02 05:47:30.242250215 +0000
+++ new-haskell-yaml//changelog 2012-03-02 05:47:30.246256281 +0000
@@ -1,3 +1,10 @@
+haskell-yaml (0.5.2-3) UNRELEASED; urgency=low
+
+ * Fix package description; this package does not provide an interface to
+ syck, but to libYAML.
+
+ -- Joey Hess <joeyh at debian.org> Fri, 02 Mar 2012 01:46:58 -0400
+
haskell-yaml (0.5.2-2) unstable; urgency=low
* Sourceful upload to rebuild documentation package
diff -rN -u old-haskell-yaml//control new-haskell-yaml//control
--- old-haskell-yaml//control 2012-03-02 05:47:30.222252100 +0000
+++ new-haskell-yaml//control 2012-03-02 05:47:30.246256281 +0000
@@ -45,7 +45,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: interface to syck YAML library
+Description: interface to LibYAML
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
@@ -58,7 +58,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: interface to syck YAML library; profiling libraries
+Description: interface to LibYAML; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
See http://www.haskell.org/ for more information on Haskell.
@@ -71,7 +71,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: interface to syck YAML library; documentation
+Description: interface to LibYAML; documentation
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
More information about the Pkg-haskell-commits
mailing list