[Pkg-haskell-commits] [package-plan] 01/01: Remove patches of obsolete packages
Joachim Breitner
nomeata at moszumanska.debian.org
Sun Sep 7 17:32:22 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 629512149e66a5886dcd3c123932c6d2431443a6
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sun Sep 7 19:32:15 2014 +0200
Remove patches of obsolete packages
---
.../3.2.0.2/cohoist-fix.diff | 13 -----------
patches/representable-functors/3.2.0.2/series | 2 --
.../3.2.0.2/tweak-build-deps.diff | 25 ----------------------
patches/universe/0.4.0.4/comonad-4.0 | 11 ----------
patches/universe/0.4.0.4/series | 1 -
5 files changed, 52 deletions(-)
diff --git a/patches/representable-functors/3.2.0.2/cohoist-fix.diff b/patches/representable-functors/3.2.0.2/cohoist-fix.diff
deleted file mode 100644
index 7c2723b..0000000
--- a/patches/representable-functors/3.2.0.2/cohoist-fix.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: representable-functors-3.2.0.2/src/Control/Comonad/Representable/Store.hs
-===================================================================
---- representable-functors-3.2.0.2.orig/src/Control/Comonad/Representable/Store.hs 2013-10-13 11:01:56.000000000 -0400
-+++ representable-functors-3.2.0.2/src/Control/Comonad/Representable/Store.hs 2013-11-30 13:00:55.910979199 -0500
-@@ -109,7 +109,7 @@
- lower (StoreT w s) = fmap (`index` s) w
-
- instance ComonadHoist (StoreT g) where
-- cohoist (StoreT w s) = StoreT (Identity (extract w)) s
-+ cohoist l (StoreT w s) = StoreT (l w) s
-
- instance (ComonadTraced m w, Representable g) => ComonadTraced m (StoreT g w) where
- trace m = trace m . lower
diff --git a/patches/representable-functors/3.2.0.2/series b/patches/representable-functors/3.2.0.2/series
deleted file mode 100644
index 98d9f14..0000000
--- a/patches/representable-functors/3.2.0.2/series
+++ /dev/null
@@ -1,2 +0,0 @@
-tweak-build-deps.diff
-cohoist-fix.diff
diff --git a/patches/representable-functors/3.2.0.2/tweak-build-deps.diff b/patches/representable-functors/3.2.0.2/tweak-build-deps.diff
deleted file mode 100644
index 5d5b491..0000000
--- a/patches/representable-functors/3.2.0.2/tweak-build-deps.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: representable-functors-3.2.0.2/representable-functors.cabal
-===================================================================
---- representable-functors-3.2.0.2.orig/representable-functors.cabal 2013-10-13 11:01:56.000000000 -0400
-+++ representable-functors-3.2.0.2/representable-functors.cabal 2013-11-30 12:56:11.452049007 -0500
-@@ -42,17 +42,15 @@
- build-depends:
- array >= 0.3.0.2 && < 0.6,
- base >= 4 && < 5,
-- comonad >= 3 && < 4,
-- comonad-transformers >= 3 && < 4,
-- comonads-fd >= 3 && < 4,
-+ comonad >= 4 && < 5,
- containers >= 0.3 && < 0.6,
- contravariant >= 0.4.1 && < 1,
- distributive >= 0.2.2 && < 1,
-- free >= 3 && < 4,
-+ free >= 3 && < 5,
- keys >= 3 && < 4,
- mtl >= 2.0.1.0 && < 2.2,
- semigroups >= 0.8.3.1 && < 1,
-- semigroupoids >= 3 && < 4,
-+ semigroupoids >= 3 && < 5,
- transformers >= 0.2 && < 0.4
-
- exposed-modules:
diff --git a/patches/universe/0.4.0.4/comonad-4.0 b/patches/universe/0.4.0.4/comonad-4.0
deleted file mode 100644
index 694f36f..0000000
--- a/patches/universe/0.4.0.4/comonad-4.0
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/universe.cabal
-+++ b/universe.cabal
-@@ -30,7 +30,7 @@
- if impl(ghc >= 7.4)
- cpp-options: -DDEFAULT_SIGNATURES
- build-depends: base >=4 && <5 ,
-- comonad-transformers >=0.1 && <4.0,
-+ comonad >=4.0 ,
- containers >=0.1 && <1 ,
- keys >=0.1 && <4 ,
- mtl >=1.0 && <2.2,
diff --git a/patches/universe/0.4.0.4/series b/patches/universe/0.4.0.4/series
deleted file mode 100644
index 81f89f0..0000000
--- a/patches/universe/0.4.0.4/series
+++ /dev/null
@@ -1 +0,0 @@
-comonad-4.0
--
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