[Pkg-haskell-commits] [package-plan] 359/457: Update adjunctions patch to drop comonad-transformers dependency

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit 55e94ad268fbc66b2a607eff3f584ddc48e3f31f
Author: Colin Watson <cjwatson at debian.org>
Date:   Sun Dec 29 23:38:52 2013 +0000

    Update adjunctions patch to drop comonad-transformers dependency
---
 patches/adjunctions/3.2.1.1/new-comonad-semigroupoids-free.patch | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/patches/adjunctions/3.2.1.1/new-comonad-semigroupoids-free.patch b/patches/adjunctions/3.2.1.1/new-comonad-semigroupoids-free.patch
index fe24a66..ad401f2 100644
--- a/patches/adjunctions/3.2.1.1/new-comonad-semigroupoids-free.patch
+++ b/patches/adjunctions/3.2.1.1/new-comonad-semigroupoids-free.patch
@@ -7,7 +7,7 @@ Index: b/adjunctions.cabal
 ===================================================================
 --- a/adjunctions.cabal
 +++ b/adjunctions.cabal
-@@ -45,15 +45,15 @@
+@@ -45,15 +45,14 @@
      transformers           >= 0.2     && < 0.4,
      mtl                    >= 2.0.1   && < 2.2,
      containers             >= 0.3     && < 0.6,
@@ -20,7 +20,6 @@ Index: b/adjunctions.cabal
      void                   >= 0.5.5.1 && < 1,
      keys                   >= 3       && < 4,
 -    comonad-transformers   >= 3       && < 4,
-+    comonad-transformers   >= 3       && < 5,
      representable-functors >= 3.1     && < 4,
 -    free                   >= 3       && < 4
 +    free                   >= 3       && < 5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list