summaryrefslogtreecommitdiff
path: root/p/haskell-attoparsec-enumerator
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-26 01:42:17 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-26 01:42:17 +0400
commite4ebf0a5bc0bc4b9119f6fb3bb315e72f4ae8a1d (patch)
tree52d2384b13259a0d4ea27ba44e9a4ade78166c2c /p/haskell-attoparsec-enumerator
parent2aeae56c639166eb64b96e7e872307e6f4d20057 (diff)
downloadDHG_packages-e4ebf0a5bc0bc4b9119f6fb3bb315e72f4ae8a1d.tar.gz
haskell-attoparsec-enumerator: Move Haskell blurb to the end of the description, reduces the impact of #708703
Diffstat (limited to 'p/haskell-attoparsec-enumerator')
-rw-r--r--p/haskell-attoparsec-enumerator/debian/changelog7
-rw-r--r--p/haskell-attoparsec-enumerator/debian/control12
2 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-attoparsec-enumerator/debian/changelog b/p/haskell-attoparsec-enumerator/debian/changelog
index 336e63a92..7b42c792d 100644
--- a/p/haskell-attoparsec-enumerator/debian/changelog
+++ b/p/haskell-attoparsec-enumerator/debian/changelog
@@ -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@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 --git a/p/haskell-attoparsec-enumerator/debian/control b/p/haskell-attoparsec-enumerator/debian/control
index cc5b5bf0e..c0ba06771 100644
--- a/p/haskell-attoparsec-enumerator/debian/control
+++ b/p/haskell-attoparsec-enumerator/debian/control
@@ -31,11 +31,11 @@ Recommends: ${haskell:Recommends}
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 @@ Recommends: ${haskell:Recommends}
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 @@ Depends: ${misc:Depends}, ${haskell:Depends}
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}