[Pkg-haskell-commits] [package-plan] 247/457: Patch OSM for comonad merge

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:32 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 0fc17157aaad5d74391359733825b37a695fae78
Author: Colin Watson <cjwatson at debian.org>
Date:   Mon Nov 25 11:46:21 2013 +0000

    Patch OSM for comonad merge
---
 patches/OSM/0.6.4/no-comonad-transformers.patch | 18 ++++++++++++++++++
 patches/OSM/0.6.4/series                        |  1 +
 2 files changed, 19 insertions(+)

diff --git a/patches/OSM/0.6.4/no-comonad-transformers.patch b/patches/OSM/0.6.4/no-comonad-transformers.patch
new file mode 100644
index 0000000..8ac6832
--- /dev/null
+++ b/patches/OSM/0.6.4/no-comonad-transformers.patch
@@ -0,0 +1,18 @@
+Description: Do not use comonad-transformers (now part of comonad)
+Author: Colin Watson <cjwatson at debian.org>
+Forwarded: no
+Last-Update: 2013-11-25
+
+Index: b/OSM.cabal
+===================================================================
+--- a/OSM.cabal
++++ b/OSM.cabal
+@@ -24,7 +24,7 @@
+                       , hxt >= 9
+                       , containers
+                       , data-lens
+-                      , comonad-transformers
++                      , comonad >= 4
+                       , newtype
+ 
+   GHC-Options:        -Wall
diff --git a/patches/OSM/0.6.4/series b/patches/OSM/0.6.4/series
new file mode 100644
index 0000000..e6c329a
--- /dev/null
+++ b/patches/OSM/0.6.4/series
@@ -0,0 +1 @@
+no-comonad-transformers.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