[Pkg-haskell-commits] darcs: haskell-syb-with-class: debian/control: description fixed and -doc package added

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Tue Jun 8 12:13:54 UTC 2010


Tue Jun  8 11:50:17 UTC 2010  mascellani at poisson.phc.unipi.it
  * debian/control: description fixed and -doc package added
  Ignore-this: e0f387b5eb57f206529b88925b870646

    M ./changelog -1 +2
    M ./control -3 +27

Tue Jun  8 11:50:17 UTC 2010  mascellani at poisson.phc.unipi.it
  * debian/control: description fixed and -doc package added
  Ignore-this: e0f387b5eb57f206529b88925b870646
diff -rN -u old-haskell-syb-with-class/changelog new-haskell-syb-with-class/changelog
--- old-haskell-syb-with-class/changelog	2010-06-08 12:13:50.193279522 +0000
+++ new-haskell-syb-with-class/changelog	2010-06-08 12:13:50.201279956 +0000
@@ -1,8 +1,9 @@
 haskell-syb-with-class (0.6.1-2) UNRELEASED; urgency=low
 
   * debian/source/format: Use 3.0 (quilt).
+  * debian/control: description fixed and -doc package added
 
- -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:15 -0300
+ -- Giovanni Mascellani <gio at debian.org>  Tue, 08 Jun 2010 13:49:41 +0200
 
 haskell-syb-with-class (0.6.1-1) unstable; urgency=low
 
diff -rN -u old-haskell-syb-with-class/control new-haskell-syb-with-class/control
--- old-haskell-syb-with-class/control	2010-06-08 12:13:50.193279522 +0000
+++ new-haskell-syb-with-class/control	2010-06-08 12:13:50.197279739 +0000
@@ -39,7 +39,31 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell library for generic programming; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
+ The "Scrap your boilerplate" approach is a lightweight generic
+ programming approach for Haskell.  Using this approach, you can write
+ generic functions such as traversal schemes (e.g., everywhere and
+ everything), as well as generic read, generic show and generic
+ equality (i.e., gread, gshow, and geq). This approach is based on
+ just a few primitives for type-safe cast and processing constructor
+ applications.
  .
- A library for generic programming in Haskell.
+ This package contains the profiling libraries.
+
+Package: libghc6-syb-with-class-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell library for generic programming; documentation
+ The "Scrap your boilerplate" approach is a lightweight generic
+ programming approach for Haskell.  Using this approach, you can write
+ generic functions such as traversal schemes (e.g., everywhere and
+ everything), as well as generic read, generic show and generic
+ equality (i.e., gread, gshow, and geq). This approach is based on
+ just a few primitives for type-safe cast and processing constructor
+ applications.
+ .
+ This package contains the library documentation.





More information about the Pkg-haskell-commits mailing list