[Pkg-haskell-commits] [package-plan] 02/04: Patch out use of temporary-rc

Joachim Breitner nomeata at moszumanska.debian.org
Mon Jun 1 17:21:07 UTC 2015


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

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

commit 3a9fa760e2d6267eb95b94741ab7b8d71084197e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun May 31 14:17:00 2015 +0200

    Patch out use of temporary-rc
---
 packages.txt                               |  2 +-
 patches/tasty-golden/2.3.0.1/series        |  1 +
 patches/tasty-golden/2.3.0.1/use-temporary | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index ac3179a..7f0ed0b 100644
--- a/packages.txt
+++ b/packages.txt
@@ -684,7 +684,7 @@ tasty-smallcheck 0.8.0.1
 tasty-th 0.1.3
 template 0.2.0.10
 temporary 1.2.0.3
-temporary-rc 1.2.0.3
+temporary-rc 1.2.0.3 avoid # should be patched to use temporary
 Tensor 1.1.0.0
 terminal-progress-bar 0.0.1.4
 terminfo 0.4.0.1
diff --git a/patches/tasty-golden/2.3.0.1/series b/patches/tasty-golden/2.3.0.1/series
new file mode 100644
index 0000000..7bb70c9
--- /dev/null
+++ b/patches/tasty-golden/2.3.0.1/series
@@ -0,0 +1 @@
+use-temporary
diff --git a/patches/tasty-golden/2.3.0.1/use-temporary b/patches/tasty-golden/2.3.0.1/use-temporary
new file mode 100644
index 0000000..93d00ea
--- /dev/null
+++ b/patches/tasty-golden/2.3.0.1/use-temporary
@@ -0,0 +1,19 @@
+Index: tasty-golden-2.2.2.4/tasty-golden.cabal
+===================================================================
+--- tasty-golden-2.2.2.4.orig/tasty-golden.cabal	2014-08-03 19:33:04.015287189 +0200
++++ tasty-golden-2.2.2.4/tasty-golden.cabal	2014-08-03 19:37:03.255279185 +0200
+@@ -43,7 +43,7 @@
+     mtl,
+     optparse-applicative,
+     filepath,
+-    temporary-rc,
++    temporary (>= 1.2.0.3),
+     tagged,
+     deepseq,
+     containers,
+@@ -67,4 +67,4 @@
+     , filepath
+     , directory
+     , process
+-    , temporary-rc
++    , temporary (>= 1.2.0.3)

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