[Pkg-haskell-commits] [package-plan] 358/457: Update and patch adjunctions

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 773e81a0d85dabce4ced43657d638e4678f24c3f
Author: Colin Watson <cjwatson at debian.org>
Date:   Sun Dec 29 23:21:05 2013 +0000

    Update and patch adjunctions
---
 packages.txt                                       |  2 +-
 .../3.2.1.1/new-comonad-semigroupoids-free.patch   | 29 ++++++++++++++++++++++
 patches/adjunctions/3.2.1.1/series                 |  1 +
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index 97a2919..609a619 100644
--- a/packages.txt
+++ b/packages.txt
@@ -1,6 +1,6 @@
 acid-state 0.11.4
 active 0.1.0.9
-adjunctions 3.0.1
+adjunctions 3.2.1.1
 aeson 0.6.2.1
 Agda 2.3.2.2
 alex 3.1.0 binary
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
new file mode 100644
index 0000000..fe24a66
--- /dev/null
+++ b/patches/adjunctions/3.2.1.1/new-comonad-semigroupoids-free.patch
@@ -0,0 +1,29 @@
+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,15 @@
+     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,
++    comonad-transformers   >= 3       && < 5,
+     representable-functors >= 3.1     && < 4,
+-    free                   >= 3       && < 4
++    free                   >= 3       && < 5
+ 
+   exposed-modules:
+     Data.Functor.Adjunction
diff --git a/patches/adjunctions/3.2.1.1/series b/patches/adjunctions/3.2.1.1/series
new file mode 100644
index 0000000..7dc1445
--- /dev/null
+++ b/patches/adjunctions/3.2.1.1/series
@@ -0,0 +1 @@
+new-comonad-semigroupoids-free.patch

-- 
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