[Pkg-haskell-commits] darcs: haskell-monad-control: 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:43 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: 642b85ec587d84e1ae579ca5fc137aff

    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: 642b85ec587d84e1ae579ca5fc137aff
diff -rN -u old-haskell-monad-control//changelog new-haskell-monad-control//changelog
--- old-haskell-monad-control//changelog	2013-05-26 07:44:43.423364065 +0000
+++ new-haskell-monad-control//changelog	2013-05-26 07:44:43.431172921 +0000
@@ -1,3 +1,10 @@
+haskell-monad-control (0.3.1.4-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:43:03 +0200
+
 haskell-monad-control (0.3.1.4-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-monad-control//control new-haskell-monad-control//control
--- old-haskell-monad-control//control	2013-05-26 07:44:43.407332177 +0000
+++ new-haskell-monad-control//control	2013-05-26 07:44:43.426565565 +0000
@@ -35,8 +35,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Monad transformers to lift control operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It defines the type class MonadControlIO, a subset of MonadIO into
  which generic control operations such as catch can be lifted from IO.
  Instances are based on monad transformers in MonadTransControl, which
@@ -57,6 +55,8 @@
  on average about 2.5 times faster than monad-peel:
  .
  http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
+ .
+ ${haskell:Blurb}
 
 Package: libghc-monad-control-prof
 Architecture: any
@@ -66,8 +66,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Monad transformers to lift control operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It defines the type class MonadControlIO, a subset of MonadIO into
  which generic control operations such as catch can be lifted from IO.
  Instances are based on monad transformers in MonadTransControl, which
@@ -88,6 +86,8 @@
  on average about 2.5 times faster than monad-peel:
  .
  http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
+ .
+ ${haskell:Blurb}
 
 Package: libghc-monad-control-doc
 Section: doc
@@ -96,8 +96,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Monad transformers to lift control operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It defines the type class MonadControlIO, a subset of MonadIO into
  which generic control operations such as catch can be lifted from IO.
  Instances are based on monad transformers in MonadTransControl, which
@@ -118,3 +116,5 @@
  on average about 2.5 times faster than monad-peel:
  .
  http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list