[Pkg-haskell-commits] darcs: haskell-free: New upstream release

Joachim Breitner mail at joachim-breitner.de
Sat Oct 20 18:11:36 UTC 2012


Sat Oct 20 17:47:40 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
  Ignore-this: 62389b1282007330abcd388975f446a5

    M ./changelog -2 +3
    M ./control -14 +42

Sat Oct 20 17:47:40 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
  Ignore-this: 62389b1282007330abcd388975f446a5
diff -rN -u old-haskell-free//changelog new-haskell-free//changelog
--- old-haskell-free//changelog	2012-10-20 18:11:36.423989638 +0000
+++ new-haskell-free//changelog	2012-10-20 18:11:36.442775112 +0000
@@ -1,10 +1,11 @@
-haskell-free (2.1.1.1-2) UNRELEASED; urgency=low
+haskell-free (3.2-1) UNRELEASED; urgency=low
 
   * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
     against experimental
   * Bump standards version, no change
+  * New upstream release
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 13 Oct 2012 14:09:27 +0200
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Oct 2012 19:44:44 +0200
 
 haskell-free (2.1.1.1-1) unstable; urgency=low
 
diff -rN -u old-haskell-free//control new-haskell-free//control
--- old-haskell-free//control	2012-10-20 18:11:36.410552251 +0000
+++ new-haskell-free//control	2012-10-20 18:11:36.442775112 +0000
@@ -18,25 +18,23 @@
                libghc-mtl-dev (>= 2.0.1.0),
                libghc-mtl-dev (<< 2.2),
                libghc-mtl-prof,
-               libghc-semigroupoids-dev (>= 1.3.1.2),
-               libghc-semigroupoids-dev (<< 1.4),
+               libghc-semigroupoids-dev (>= 3.0),
+               libghc-semigroupoids-dev (<< 3.1),
                libghc-semigroupoids-prof,
-               libghc-comonad-dev (>= 1.1.1.5),
-               libghc-comonad-dev (<< 1.4),
+               libghc-comonad-dev (>= 3.0),
+               libghc-comonad-dev (<< 3.1),
                libghc-comonad-prof,
-               libghc-comonad-transformers-dev (>= 2.1.1.1),
-               libghc-comonad-transformers-dev (<< 2.2),
+               libghc-comonad-transformers-dev (>= 3.0),
+               libghc-comonad-transformers-dev (<< 3.1),
                libghc-comonad-transformers-prof,
-               libghc-comonads-fd-dev (>= 2.1.1.1),
-               libghc-comonads-fd-dev (<< 2.2),
+               libghc-comonads-fd-dev (>= 3.0),
+               libghc-comonads-fd-dev (<< 3.1),
                libghc-comonads-fd-prof,
-               libghc-data-lens-dev (>= 2.0.4.1),
-               libghc-data-lens-dev (<< 2.11),
-               libghc-data-lens-prof,
                libghc-semigroups-dev (>= 0.8.3.1),
                libghc-semigroups-dev (<< 0.9),
                libghc-semigroups-prof,
 Build-Depends-Indep: ghc-doc,
+                     libghc-bifunctors-doc,
                      libghc-distributive-doc,
                      libghc-transformers-doc,
                      libghc-mtl-doc,
@@ -58,7 +56,17 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Monads for free
- This package provides Cofree comonads and Free monads.
+ Free monads are useful for many tree-like structures and domain specific
+ languages.
+ .
+ A Monad n is a free Monad for f if every Monad homomorphism from n to another
+ monad m is equivalent to a natural transformation from f to m.
+ .
+ Cofree comonads provide convenient ways to talk about branching streams and
+ rose-trees, and can be used to annotate syntax trees.
+ .
+ A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
+ comonad w to v is equivalent to a natural transformation from w to f.
  .
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
@@ -70,7 +78,17 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Monads for free; profiling data
- This package provides Cofree comonads and Free monads.
+ Free monads are useful for many tree-like structures and domain specific
+ languages.
+ .
+ A Monad n is a free Monad for f if every Monad homomorphism from n to another
+ monad m is equivalent to a natural transformation from f to m.
+ .
+ Cofree comonads provide convenient ways to talk about branching streams and
+ rose-trees, and can be used to annotate syntax trees.
+ .
+ A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
+ comonad w to v is equivalent to a natural transformation from w to f.
  .
  This package provides a library for the Haskell programming language, compiled
  for profiling. See http://www.haskell.org/ for more information on Haskell.
@@ -82,7 +100,17 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Monads for free; documentation
- This package provides Cofree comonads and Free monads.
+ Free monads are useful for many tree-like structures and domain specific
+ languages.
+ .
+ A Monad n is a free Monad for f if every Monad homomorphism from n to another
+ monad m is equivalent to a natural transformation from f to m.
+ .
+ Cofree comonads provide convenient ways to talk about branching streams and
+ rose-trees, and can be used to annotate syntax trees.
+ .
+ A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
+ comonad w to v is equivalent to a natural transformation from w to f.
  .
  This package provides the documentation for a library for the Haskell
  programming language.





More information about the Pkg-haskell-commits mailing list