[Pkg-haskell-commits] darcs: haskell-io-storage: 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:07 UTC 2013


Sat May 25 21:42:55 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: 24b311511bda5bc1d67652f0f0340455

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

Sat May 25 21:42:55 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: 24b311511bda5bc1d67652f0f0340455
diff -rN -u old-haskell-io-storage//changelog new-haskell-io-storage//changelog
--- old-haskell-io-storage//changelog	2013-05-26 07:44:07.794301836 +0000
+++ new-haskell-io-storage//changelog	2013-05-26 07:44:07.802039974 +0000
@@ -1,3 +1,10 @@
+haskell-io-storage (0.3-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:42:55 +0200
+
 haskell-io-storage (0.3-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-io-storage//control new-haskell-io-storage//control
--- old-haskell-io-storage//control	2013-05-26 07:44:07.782110365 +0000
+++ new-haskell-io-storage//control	2013-05-26 07:44:07.798112279 +0000
@@ -23,13 +23,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: key-value store in the IO monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library allows an application to extend the 'global state'
  hidden inside the IO monad with semi-arbitrary data. Data is
  required to be Typeable. The library provides an essentially
  unbounded number of key-value stores indexed by strings, with
  each key within the stores also being a string.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-io-storage-prof
 Architecture: any
@@ -39,13 +39,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: key-value store in the IO monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library allows an application to extend the 'global state'
  hidden inside the IO monad with semi-arbitrary data. Data is
  required to be Typeable. The library provides an essentially
  unbounded number of key-value stores indexed by strings, with
  each key within the stores also being a string.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-io-storage-doc
 Section: doc
@@ -54,10 +54,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: key-value store in the IO monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library allows an application to extend the 'global state'
  hidden inside the IO monad with semi-arbitrary data. Data is
  required to be Typeable. The library provides an essentially
  unbounded number of key-value stores indexed by strings, with
  each key within the stores also being a string.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list