[Pkg-haskell-commits] darcs: haskell-adjunctions: * New upstream release.
Colin Watson
cjwatson at debian.org
Sun Dec 29 23:40:16 UTC 2013
Sun Dec 29 23:22:16 UTC 2013 Colin Watson <cjwatson at debian.org>
* * New upstream release.
* Allow new comonad, semigroupoids, and free.
M ./changelog -2 +7
M ./control -7 +19
M ./copyright -1 +1
Sun Dec 29 23:22:16 UTC 2013 Colin Watson <cjwatson at debian.org>
* * New upstream release.
* Allow new comonad, semigroupoids, and free.
diff -rN -u old-haskell-adjunctions/changelog new-haskell-adjunctions/changelog
--- old-haskell-adjunctions/changelog 2013-12-29 23:40:16.563712685 +0000
+++ new-haskell-adjunctions/changelog 2013-12-29 23:40:16.567712686 +0000
@@ -1,8 +1,13 @@
-haskell-adjunctions (3.0.1-3) UNRELEASED; urgency=low
+haskell-adjunctions (3.2.1.1-1) UNRELEASED; urgency=low
+ [ Joachim Breitner ]
* Adjust watch file to new hackage layout
- -- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:19:29 +0200
+ [ Colin Watson ]
+ * New upstream release.
+ * Allow new comonad, semigroupoids, and free.
+
+ -- Colin Watson <cjwatson at debian.org> Sun, 29 Dec 2013 13:05:15 +0000
haskell-adjunctions (3.0.1-2) unstable; urgency=low
diff -rN -u old-haskell-adjunctions/control new-haskell-adjunctions/control
--- old-haskell-adjunctions/control 2013-12-29 23:40:16.563712685 +0000
+++ new-haskell-adjunctions/control 2013-12-29 23:40:16.571712687 +0000
@@ -9,28 +9,39 @@
haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
- libghc-comonad-dev (>= 3.0),
+ libghc-comonad-dev (>= 3),
+ libghc-comonad-dev (<< 5),
libghc-comonad-prof,
libghc-contravariant-dev (>= 0.2.0.1),
+ libghc-contravariant-dev (<< 1),
libghc-contravariant-prof,
libghc-distributive-dev (>= 0.2.2),
+ libghc-distributive-dev (<< 1),
libghc-distributive-prof,
libghc-mtl-dev (>= 2.0.1),
libghc-mtl-dev (<< 2.2),
libghc-mtl-prof,
- libghc-semigroupoids-dev (>= 3.0),
+ libghc-semigroupoids-dev (>= 3),
+ libghc-semigroupoids-dev (<< 5),
libghc-semigroupoids-prof,
libghc-transformers-dev (>= 0.2),
libghc-transformers-dev (<< 0.4),
libghc-transformers-prof,
- libghc-keys-dev (>= 3.0),
+ libghc-keys-dev (>= 3),
+ libghc-keys-dev (<< 4),
libghc-keys-prof,
- libghc-comonad-transformers-dev (>= 3.0),
+ libghc-comonad-transformers-dev (>= 3),
+ libghc-comonad-transformers-dev (<< 5),
libghc-comonad-transformers-prof,
libghc-void-dev (>= 0.5.5.1),
+ libghc-void-dev (<< 1),
libghc-void-prof,
- libghc-representable-functors-dev (>= 3.0.0.1),
- libghc-representable-functors-prof
+ libghc-representable-functors-dev (>= 3.1),
+ libghc-representable-functors-dev (<< 4),
+ libghc-representable-functors-prof,
+ libghc-free-dev (>= 3),
+ libghc-free-dev (<< 5),
+ libghc-free-prof
Build-Depends-Indep: ghc-doc,
libghc-comonad-doc,
libghc-contravariant-doc,
@@ -41,7 +52,8 @@
libghc-keys-doc,
libghc-comonad-transformers-doc,
libghc-void-doc,
- libghc-representable-functors-doc
+ libghc-representable-functors-doc,
+ libghc-free-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/adjunctions
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-adjunctions
diff -rN -u old-haskell-adjunctions/copyright new-haskell-adjunctions/copyright
--- old-haskell-adjunctions/copyright 2013-12-29 23:40:16.559712686 +0000
+++ new-haskell-adjunctions/copyright 2013-12-29 23:40:16.567712686 +0000
@@ -3,7 +3,7 @@
Maintainer: Edward A. Kmett <ekmett at gmail.com>
Source: http://hackage.haskell.org/package/adjunctions
-Copyright: (C) 2008-2011 Edward Kmett
+Copyright: (C) 2008-2013 Edward Kmett
License: BSD
All rights reserved.
.
More information about the Pkg-haskell-commits
mailing list