[Pkg-haskell-commits] darcs: haskell-persistent-template: New upstream version 0.6.1.

clint at debian.org clint at debian.org
Sat Sep 10 14:23:04 UTC 2011


Sat Sep 10 14:22:55 UTC 2011  clint at debian.org
  * New upstream version 0.6.1.
  Ignore-this: 4477edcfabcbd9853bd61341ce2485b9

    M ./changelog +6
    M ./control -15 +13

Sat Sep 10 14:22:55 UTC 2011  clint at debian.org
  * New upstream version 0.6.1.
  Ignore-this: 4477edcfabcbd9853bd61341ce2485b9
diff -rN -u old-haskell-persistent-template//changelog new-haskell-persistent-template//changelog
--- old-haskell-persistent-template//changelog	2011-09-10 14:23:03.903699156 +0000
+++ new-haskell-persistent-template//changelog	2011-09-10 14:23:03.907747197 +0000
@@ -1,3 +1,9 @@
+haskell-persistent-template (0.6.1-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 10 Sep 2011 10:12:21 -0400
+
 haskell-persistent-template (0.5.1-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-persistent-template//control new-haskell-persistent-template//control
--- old-haskell-persistent-template//control	2011-09-10 14:23:03.899722068 +0000
+++ new-haskell-persistent-template//control	2011-09-10 14:23:03.907747197 +0000
@@ -9,21 +9,19 @@
   , ghc
   , ghc-prof
   , ghc-ghci
+  , libghc-monad-control-dev (>> 0.2)
   , libghc-monad-control-dev (<< 0.3)
   , libghc-monad-control-prof
-  , libghc-persistent-dev (>> 0.5.1)
-  , libghc-persistent-dev (<< 0.6)
+  , libghc-persistent-dev (>> 0.6.0)
+  , libghc-persistent-dev (<< 0.7)
   , libghc-persistent-prof
+  , libghc-text-dev (>> 0.5)
   , libghc-text-dev (<< 1.0)
   , libghc-text-prof
-  , libghc-web-routes-quasi-dev (>> 0.7)
-  , libghc-web-routes-quasi-dev (<< 0.8)
-  , libghc-web-routes-quasi-prof
 Build-Depends-Indep: ghc-doc
   , libghc-monad-control-doc
   , libghc-persistent-doc
   , libghc-text-doc
-  , libghc-web-routes-quasi-doc
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/persistent-template
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-persistent-template
@@ -37,12 +35,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: web-routes via a quasi-quoted DSL
+Description: type-safe, non-relational, multi-backend persistence
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Define data types and parse/build functions for web-routes via
- a quasi-quoted DSL.
+ This library provides just the general interface and helper functions.
+ You must use a specific backend in order to make this useful.
 
 Package: libghc-persistent-template-prof
 Architecture: any
@@ -51,13 +49,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: web-routes via a quasi-quoted DSL; profiling libraries
+Description: type-safe, non-relational, multi-backend persistence; profiling libraries
  This package provides a library for the Haskell programming language,
  compiled for profiling.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Define data types and parse/build functions for web-routes via
- a quasi-quoted DSL.
+ This library provides just the general interface and helper functions.
+ You must use a specific backend in order to make this useful.
 
 Package: libghc-persistent-template-doc
 Section: doc
@@ -65,10 +63,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: web-routes via a quasi-quoted DSL; documentation
+Description: type-safe, non-relational, multi-backend persistence; documentation
  This package provides the documentation for a library for the Haskell
  programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Define data types and parse/build functions for web-routes via
- a quasi-quoted DSL.
+ 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