[Pkg-haskell-commits] darcs: haskell-html-conduit: Fix descriptions.
Clint Adams
clint at debian.org
Sat Jun 30 10:49:22 UTC 2012
Sat Jun 30 10:49:43 UTC 2012 Clint Adams <clint at debian.org>
* Fix descriptions.
Ignore-this: 4a4d6acb7c00a2386fb37606642ba36b
M ./changelog +6
M ./control -9 +15
Sat Jun 30 10:49:43 UTC 2012 Clint Adams <clint at debian.org>
* Fix descriptions.
Ignore-this: 4a4d6acb7c00a2386fb37606642ba36b
diff -rN -u old-haskell-html-conduit//changelog new-haskell-html-conduit//changelog
--- old-haskell-html-conduit//changelog 2012-06-30 10:49:22.656828977 +0000
+++ new-haskell-html-conduit//changelog 2012-06-30 10:49:22.656828977 +0000
@@ -1,3 +1,9 @@
+haskell-html-conduit (0.0.1-2) unstable; urgency=low
+
+ * Fix descriptions.
+
+ -- Clint Adams <clint at debian.org> Sat, 30 Jun 2012 06:43:53 -0400
+
haskell-html-conduit (0.0.1-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-html-conduit//control new-haskell-html-conduit//control
--- old-haskell-html-conduit//control 2012-06-30 10:49:22.656828977 +0000
+++ new-haskell-html-conduit//control 2012-06-30 10:49:22.660831738 +0000
@@ -58,9 +58,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: mid-level PostgreSQL client library
- Mid-level client library for the PostgreSQL database, aimed at ease of
- use and high performance.
+Description: parse HTML documents using xml-conduit datatypes
+ html-conduit uses tagstream-conduit for its parser. It automatically
+ balances mismatched tags, so that there shouldn't be any parse
+ failures. It does not handle a full HTML document rendering, such as
+ adding missing html and head tags.
.
This package contains the normal library files.
@@ -71,9 +73,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: mid-level PostgreSQL client library; profiling libraries
- Mid-level client library for the PostgreSQL database, aimed at ease of
- use and high performance.
+Description: parse HTML documents using xml-conduit datatypes; profiling libraries
+ html-conduit uses tagstream-conduit for its parser. It automatically
+ balances mismatched tags, so that there shouldn't be any parse
+ failures. It does not handle a full HTML document rendering, such as
+ adding missing html and head tags.
.
This package contains the libraries compiled with profiling enabled.
@@ -84,8 +88,10 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: mid-level PostgreSQL client library; documentation
- Mid-level client library for the PostgreSQL database, aimed at ease of
- use and high performance.
+Description: parse HTML documents using xml-conduit datatypes; documentation
+ html-conduit uses tagstream-conduit for its parser. It automatically
+ balances mismatched tags, so that there shouldn't be any parse
+ failures. It does not handle a full HTML document rendering, such as
+ adding missing html and head tags.
.
This package contains the documentation files.
More information about the Pkg-haskell-commits
mailing list