[Pkg-haskell-commits] darcs: haskell-transformers: 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:46:40 UTC 2013


Sat May 25 21:43:28 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: 397b903be1ded6a51baca4a304bb771

    M ./changelog +7
    M ./control -6 +6

Sat May 25 21:43:28 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: 397b903be1ded6a51baca4a304bb771
diff -rN -u old-haskell-transformers//changelog new-haskell-transformers//changelog
--- old-haskell-transformers//changelog	2013-05-26 07:46:40.767100683 +0000
+++ new-haskell-transformers//changelog	2013-05-26 07:46:40.774150610 +0000
@@ -1,3 +1,10 @@
+haskell-transformers (0.3.0.0-5) 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:28 +0200
+
 haskell-transformers (0.3.0.0-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-transformers//control new-haskell-transformers//control
--- old-haskell-transformers//control	2013-05-26 07:46:40.759124121 +0000
+++ new-haskell-transformers//control	2013-05-26 07:46:40.771051873 +0000
@@ -23,8 +23,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell monad transformer library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Haskell 98 part of a monad transformer library, inspired by the paper
  "Functional Programming with Overloading and Higher-Order Polymorphism",
  by Mark P Jones, in Advanced School of Functional Programming, 1995
@@ -32,6 +30,8 @@
  .
  This part contains the monad transformer class, the concrete monad
  transformers, operations and liftings.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-transformers-prof
 Architecture: any
@@ -40,8 +40,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell monad transformer library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Haskell 98 part of a monad transformer library, inspired by the paper
  "Functional Programming with Overloading and Higher-Order Polymorphism",
  by Mark P Jones, in Advanced School of Functional Programming, 1995
@@ -49,6 +47,8 @@
  .
  This part contains the monad transformer class, the concrete monad
  transformers, operations and liftings.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-transformers-doc
 Section: doc
@@ -57,8 +57,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Haskell monad transformer library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Haskell 98 part of a monad transformer library, inspired by the paper
  "Functional Programming with Overloading and Higher-Order Polymorphism",
  by Mark P Jones, in Advanced School of Functional Programming, 1995
@@ -66,3 +64,5 @@
  .
  This part contains the monad transformer class, the concrete monad
  transformers, operations and liftings.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list