Patches for process 1.2

This commit is contained in:
Michael Snoyman 2014-03-13 06:09:46 +02:00
parent c8c879a9fb
commit b90f8363a5
2 changed files with 24 additions and 0 deletions

View File

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

View File

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