[Pkg-haskell-commits] darcs: haskell-adjunctions: New upstream version 4.0.3.

Clint Adams clint at debian.org
Tue Apr 22 18:36:41 UTC 2014


Tue Apr 22 18:36:17 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 4.0.3.

    M ./changelog +6
    M ./control -13 +20
    R ./patches/new-comonad-semigroupoids-free.patch
    R ./patches/series

Tue Apr 22 18:36:17 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 4.0.3.
diff -rN -u old-haskell-adjunctions/changelog new-haskell-adjunctions/changelog
--- old-haskell-adjunctions/changelog	2014-04-22 18:36:41.130188037 +0000
+++ new-haskell-adjunctions/changelog	2014-04-22 18:36:41.134188039 +0000
@@ -1,3 +1,9 @@
+haskell-adjunctions (4.0.3-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Tue, 22 Apr 2014 14:26:15 -0400
+
 haskell-adjunctions (3.2.1.1-1) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-adjunctions/control new-haskell-adjunctions/control
--- old-haskell-adjunctions/control	2014-04-22 18:36:41.130188037 +0000
+++ new-haskell-adjunctions/control	2014-04-22 18:36:41.134188039 +0000
@@ -3,27 +3,32 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iulian Udrea <iulian at linux.com>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9),
-               cdbs, 
-               haskell-devscripts (>= 0.8.15), 
-               ghc, 
-               ghc-prof,
-               libghc-comonad-dev (>= 3),
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof,
+               libghc-comonad-dev (>= 4),
                libghc-comonad-dev (<< 5),
                libghc-comonad-prof,
-               libghc-contravariant-dev (>= 0.2.0.1),
+               libghc-contravariant-dev (>= 0.4.1),
                libghc-contravariant-dev (<< 1),
                libghc-contravariant-prof,
-               libghc-distributive-dev (>= 0.2.2),
+               libghc-distributive-dev (>= 0.4),
                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),
+               libghc-semigroupoids-dev (>= 4),
                libghc-semigroupoids-dev (<< 5),
                libghc-semigroupoids-prof,
+               libghc-semigroups-dev (>= 0.11),
+               libghc-semigroups-dev (<< 1),
+               libghc-semigroups-prof,
+               libghc-tagged-dev (>= 0.7),
+               libghc-tagged-dev (<< 1),
+               libghc-tagged-prof,
                libghc-transformers-dev (>= 0.2),
                libghc-transformers-dev (<< 0.4),
                libghc-transformers-prof,
@@ -36,21 +41,23 @@
                libghc-representable-functors-dev (>= 3.1),
                libghc-representable-functors-dev (<< 4),
                libghc-representable-functors-prof,
-               libghc-free-dev (>= 3),
+               libghc-free-dev (>= 4),
                libghc-free-dev (<< 5),
                libghc-free-prof
 Build-Depends-Indep: ghc-doc,
                      libghc-comonad-doc,
                      libghc-contravariant-doc,
                      libghc-distributive-doc,
-                     libghc-mtl-doc,                     
+                     libghc-mtl-doc,
                      libghc-semigroupoids-doc,
+                     libghc-semigroups-doc,
+                     libghc-tagged-doc,
                      libghc-transformers-doc,
                      libghc-keys-doc,
                      libghc-void-doc,
                      libghc-representable-functors-doc,
                      libghc-free-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/adjunctions
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-adjunctions
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-adjunctions
diff -rN -u old-haskell-adjunctions/patches/new-comonad-semigroupoids-free.patch new-haskell-adjunctions/patches/new-comonad-semigroupoids-free.patch
--- old-haskell-adjunctions/patches/new-comonad-semigroupoids-free.patch	2014-04-22 18:36:41.130188037 +0000
+++ new-haskell-adjunctions/patches/new-comonad-semigroupoids-free.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,28 +0,0 @@
-Description: Allow new comonad, semigroupoids, and free
-Author: Colin Watson <cjwatson at debian.org>
-Forwarded: no
-Last-Update: 2013-12-29
-
-Index: b/adjunctions.cabal
-===================================================================
---- a/adjunctions.cabal
-+++ b/adjunctions.cabal
-@@ -45,15 +45,14 @@
-     transformers           >= 0.2     && < 0.4,
-     mtl                    >= 2.0.1   && < 2.2,
-     containers             >= 0.3     && < 0.6,
--    comonad                >= 3       && < 4,
-+    comonad                >= 4       && < 5,
-     contravariant          >= 0.2.0.1 && < 1,
-     distributive           >= 0.2.2   && < 1,
--    semigroupoids          >= 3       && < 4,
-+    semigroupoids          >= 3       && < 5,
-     void                   >= 0.5.5.1 && < 1,
-     keys                   >= 3       && < 4,
--    comonad-transformers   >= 3       && < 4,
-     representable-functors >= 3.1     && < 4,
--    free                   >= 3       && < 4
-+    free                   >= 3       && < 5
- 
-   exposed-modules:
-     Data.Functor.Adjunction
diff -rN -u old-haskell-adjunctions/patches/series new-haskell-adjunctions/patches/series
--- old-haskell-adjunctions/patches/series	2014-04-22 18:36:41.126188036 +0000
+++ new-haskell-adjunctions/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-new-comonad-semigroupoids-free.patch




More information about the Pkg-haskell-commits mailing list