[Pkg-haskell-commits] darcs: haskell-haskeline: 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:43:36 UTC 2013
Sat May 25 21:42:48 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: 38fc571dcacfb8f7949faebd96d2edb5
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:48 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: 38fc571dcacfb8f7949faebd96d2edb5
diff -rN -u old-haskell-haskeline//changelog new-haskell-haskeline//changelog
--- old-haskell-haskeline//changelog 2013-05-26 07:43:36.350087614 +0000
+++ new-haskell-haskeline//changelog 2013-05-26 07:43:36.358044802 +0000
@@ -1,3 +1,10 @@
+haskell-haskeline (0.7.0.3-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:48 +0200
+
haskell-haskeline (0.7.0.3-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-haskeline//control new-haskell-haskeline//control
--- old-haskell-haskeline//control 2013-05-26 07:43:36.342357538 +0000
+++ new-haskell-haskeline//control 2013-05-26 07:43:36.354334072 +0000
@@ -31,14 +31,14 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: A command-line interface for user input, written in Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Haskeline provides a user interface for line input in command-line
programs. This library is similar in purpose to readline, but since it is
written in Haskell it is (hopefully) more easily used in other Haskell
programs.
.
Haskeline runs both on POSIX-compatible systems and on Windows.
+ .
+ ${haskell:Blurb}
Package: libghc-haskeline-prof
Architecture: any
@@ -46,14 +46,14 @@
, ${misc:Depends}
Provides: ${haskell:Provides}
Description: A command-line interface for user input${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Haskeline provides a user interface for line input in command-line
programs. This library is similar in purpose to readline, but since it is
written in Haskell it is (hopefully) more easily used in other Haskell
programs.
.
Haskeline runs both on POSIX-compatible systems and on Windows.
+ .
+ ${haskell:Blurb}
Package: libghc-haskeline-doc
Section: doc
@@ -62,11 +62,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: A command-line interface for user input, written in Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Haskeline provides a user interface for line input in command-line
programs. This library is similar in purpose to readline, but since it is
written in Haskell it is (hopefully) more easily used in other Haskell
programs.
.
Haskeline runs both on POSIX-compatible systems and on Windows.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list