[Pkg-haskell-commits] darcs: haskell-ifelse: 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:44:03 UTC 2013
Sat May 25 21:42:54 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: 63aa955f8d72b818e3341964c2f4af31
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:54 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: 63aa955f8d72b818e3341964c2f4af31
diff -rN -u old-haskell-ifelse//changelog new-haskell-ifelse//changelog
--- old-haskell-ifelse//changelog 2013-05-26 07:44:03.078301364 +0000
+++ new-haskell-ifelse//changelog 2013-05-26 07:44:03.086340755 +0000
@@ -1,3 +1,10 @@
+haskell-ifelse (0.85-7) 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:54 +0200
+
haskell-ifelse (0.85-6) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-ifelse//control new-haskell-ifelse//control
--- old-haskell-ifelse//control 2013-05-26 07:44:03.050293970 +0000
+++ new-haskell-ifelse//control 2013-05-26 07:44:03.082390375 +0000
@@ -22,10 +22,10 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
+ .
+ ${haskell:Blurb}
Package: libghc-ifelse-prof
Architecture: any
@@ -34,10 +34,10 @@
, ${misc:Depends}
Provides: ${haskell:Provides}
Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
+ .
+ ${haskell:Blurb}
Package: libghc-ifelse-doc
Section: doc
@@ -46,7 +46,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list