[Pkg-haskell-commits] darcs: haskell-attoparsec-enumerator: Move Haskell blurb to the end of the description, reduces the impact of #708703
Joachim Breitner
mail at joachim-breitner.de
Sun May 26 07:41:03 UTC 2013
Sat May 25 21:42:17 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: f75559b97e7cb750d097380237983fe4
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:17 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: f75559b97e7cb750d097380237983fe4
diff -rN -u old-haskell-attoparsec-enumerator//changelog new-haskell-attoparsec-enumerator//changelog
--- old-haskell-attoparsec-enumerator//changelog 2013-05-26 07:41:02.901751089 +0000
+++ new-haskell-attoparsec-enumerator//changelog 2013-05-26 07:41:02.910040224 +0000
@@ -1,3 +1,10 @@
+haskell-attoparsec-enumerator (0.3.1-3) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 23:42:16 +0200
+
haskell-attoparsec-enumerator (0.3.1-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-attoparsec-enumerator//control new-haskell-attoparsec-enumerator//control
--- old-haskell-attoparsec-enumerator//control 2013-05-26 07:41:02.901751089 +0000
+++ new-haskell-attoparsec-enumerator//control 2013-05-26 07:41:02.901751089 +0000
@@ -31,11 +31,11 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It allows an Attoparsec parser to receive input incrementally from
an enumerator. This could be used for parsing large files or
implementing binary network protocols.
+ .
+ ${haskell:Blurb}
Package: libghc-attoparsec-enumerator-prof
Architecture: any
@@ -45,11 +45,11 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
The library allows an Attoparsec parser to receive input incrementally from
an enumerator. This could be used for parsing large files or
implementing binary network protocols.
+ .
+ ${haskell:Blurb}
Package: libghc-attoparsec-enumerator-doc
Section: doc
@@ -58,8 +58,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
The library allows an Attoparsec parser to receive input incrementally from
an enumerator. This could be used for parsing large files or
implementing binary network protocols.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list