[Pkg-haskell-commits] darcs: haskell-persistent: Extend description (Closes: #628988)

Joachim Breitner mail at joachim-breitner.de
Sat Jun 4 11:19:21 UTC 2011


Sat Jun  4 11:19:11 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Extend description (Closes: #628988)
  Ignore-this: 2c6d9f72b1ea40b04ef6cac4aec41dcb

    M ./changelog +6
    M ./control +9

Sat Jun  4 11:19:11 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Extend description (Closes: #628988)
  Ignore-this: 2c6d9f72b1ea40b04ef6cac4aec41dcb
diff -rN -u old-haskell-persistent//changelog new-haskell-persistent//changelog
--- old-haskell-persistent//changelog	2011-06-04 11:19:21.848378957 +0000
+++ new-haskell-persistent//changelog	2011-06-04 11:19:21.848378957 +0000
@@ -1,3 +1,9 @@
+haskell-persistent (0.3.1.3-2) UNRELEASED; urgency=low
+
+  * Extend description (Closes: #628988)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 04 Jun 2011 13:18:54 +0200
+
 haskell-persistent (0.3.1.3-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-persistent//control new-haskell-persistent//control
--- old-haskell-persistent//control	2011-06-04 11:19:21.840296822 +0000
+++ new-haskell-persistent//control	2011-06-04 11:19:21.852312398 +0000
@@ -47,6 +47,9 @@
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
+ This libraries allows Haskell applications to access a database or other data
+ storage sytems in a type-safe, non-relational way.
+ .
  This library provides just the general interface and helper functions.
  You must use a specific backend in order to make this useful.
 
@@ -62,6 +65,9 @@
  compiled for profiling.
  See http://www.haskell.org/ for more information on Haskell.
  .
+ This libraries allows Haskell applications to access a database or other data
+ storage sytems in a type-safe, non-relational way.
+ .
  This library provides just the general interface and helper functions.
  You must use a specific backend in order to make this useful.
 
@@ -76,5 +82,8 @@
  programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
+ This libraries allows Haskell applications to access a database or other data
+ storage sytems in a type-safe, non-relational way.
+ .
  This library provides just the general interface and helper functions.
  You must use a specific backend in order to make this useful.





More information about the Pkg-haskell-commits mailing list