[Pkg-haskell-commits] darcs: haskell-hint: 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:44 UTC 2013


Sat May 25 21:42:49 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: ee867c8adda618873499b5f39043a6c9

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

Sat May 25 21:42:49 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: ee867c8adda618873499b5f39043a6c9
diff -rN -u old-haskell-hint//changelog new-haskell-hint//changelog
--- old-haskell-hint//changelog	2013-05-26 07:43:43.971040035 +0000
+++ new-haskell-hint//changelog	2013-05-26 07:43:43.983040921 +0000
@@ -1,3 +1,10 @@
+haskell-hint (0.3.3.6-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:49 +0200
+
 haskell-hint (0.3.3.6-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-hint//control new-haskell-hint//control
--- old-haskell-hint//control	2013-05-26 07:43:43.433651940 +0000
+++ new-haskell-hint//control	2013-05-26 07:43:43.975038577 +0000
@@ -45,14 +45,14 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library defines an Interpreter monad. It allows one to load Haskell
  modules, browse them, type-check and evaluate strings with Haskell expressions
  and even coerce them into values. The library is thread-safe and type-safe
  (even the coercion of expressions to values). It is, esentially, a huge subset
  of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this
  version was not tested with GHC.6).
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hint-prof
 Architecture: any
@@ -61,14 +61,14 @@
   , ${misc:Depends}
 Provides: ${haskell:Provides}
 Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library defines an Interpreter monad. It allows one to load Haskell
  modules, browse them, type-check and evaluate strings with Haskell expressions
  and even coerce them into values. The library is thread-safe and type-safe
  (even the coercion of expressions to values). It is, esentially, a huge subset
  of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this
  version was not tested with GHC.6).
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hint-doc
 Section: doc
@@ -77,11 +77,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library defines an Interpreter monad. It allows one to load Haskell
  modules, browse them, type-check and evaluate strings with Haskell expressions
  and even coerce them into values. The library is thread-safe and type-safe
  (even the coercion of expressions to values). It is, esentially, a huge subset
  of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this
  version was not tested with GHC.6).
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list