From b90f8363a59d2f6aab5dc81d26d52beeaf5f4bfe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Mar 2014 06:09:46 +0200 Subject: [PATCH] Patches for process 1.2 --- patching/patches/fay-0.19.0.2.patch | 12 ++++++++++++ patching/patches/heist-0.13.0.6.patch | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 patching/patches/fay-0.19.0.2.patch create mode 100644 patching/patches/heist-0.13.0.6.patch diff --git a/patching/patches/fay-0.19.0.2.patch b/patching/patches/fay-0.19.0.2.patch new file mode 100644 index 00000000..1c5f81ac --- /dev/null +++ b/patching/patches/fay-0.19.0.2.patch @@ -0,0 +1,12 @@ +diff -ru orig/fay.cabal new/fay.cabal +--- orig/fay.cabal 2014-03-13 05:59:43.874058759 +0200 ++++ new/fay.cabal 2014-03-13 05:59:43.000000000 +0200 +@@ -122,7 +122,7 @@ + , language-ecmascript >= 0.15 && < 1.0 + , mtl < 2.2 + , pretty-show >= 1.6 && < 1.7 +- , process < 1.2 ++ , process < 1.3 + , safe < 0.4 + , split < 0.3 + , syb < 0.5 diff --git a/patching/patches/heist-0.13.0.6.patch b/patching/patches/heist-0.13.0.6.patch new file mode 100644 index 00000000..07236fb5 --- /dev/null +++ b/patching/patches/heist-0.13.0.6.patch @@ -0,0 +1,12 @@ +diff -ru orig/heist.cabal new/heist.cabal +--- orig/heist.cabal 2014-03-13 06:02:39.554055215 +0200 ++++ new/heist.cabal 2014-03-13 06:02:39.000000000 +0200 +@@ -153,7 +153,7 @@ + filepath >= 1.3 && < 1.4, + hashable >= 1.1 && < 1.3, + mtl >= 2.0 && < 2.2, +- process >= 1.1 && < 1.2, ++ process >= 1.1 && < 1.3, + random >= 1.0.1.0 && < 1.1, + text >= 0.10 && < 1.2, + time >= 1.1 && < 1.5,