[Pkg-haskell-commits] darcs: haskell-monad-loops: 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:45 UTC 2013
Sat May 25 21:43:03 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: 6547b962733bafdfd22fdbab099071d2
M ./changelog +7
M ./control -6 +6
Sat May 25 21:43:03 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: 6547b962733bafdfd22fdbab099071d2
diff -rN -u old-haskell-monad-loops//changelog new-haskell-monad-loops//changelog
--- old-haskell-monad-loops//changelog 2013-05-26 07:44:45.622079145 +0000
+++ new-haskell-monad-loops//changelog 2013-05-26 07:44:45.634038249 +0000
@@ -1,3 +1,10 @@
+haskell-monad-loops (0.3.2.0-4) 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:43:03 +0200
+
haskell-monad-loops (0.3.2.0-3) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-monad-loops//control new-haskell-monad-loops//control
--- old-haskell-monad-loops//control 2013-05-26 07:44:45.614036955 +0000
+++ new-haskell-monad-loops//control 2013-05-26 07:44:45.626039570 +0000
@@ -23,9 +23,9 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: monadic looping${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It contains some useful control operators for looping.
+ .
+ ${haskell:Blurb}
Package: libghc-monad-loops-prof
Architecture: any
@@ -35,9 +35,9 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: monadic looping${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It contains some useful control operators for looping.
+ .
+ ${haskell:Blurb}
Package: libghc-monad-loops-doc
Section: doc
@@ -46,6 +46,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: monadic looping${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It contains some useful control operators for looping.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list