stackage/patching/patches/distributed-process-0.4.2.patch
2014-03-27 18:21:44 +02:00

76 lines
3.0 KiB
Diff

diff -ru orig/distributed-process.cabal new/distributed-process.cabal
--- orig/distributed-process.cabal 2014-03-27 18:20:56.752359087 +0200
+++ new/distributed-process.cabal 2014-03-27 18:20:56.000000000 +0200
@@ -39,7 +39,7 @@
Library
Build-Depends: base >= 4.4 && < 5,
- binary >= 0.5 && < 0.7,
+ binary >= 0.5,
network-transport >= 0.3 && < 0.4,
stm >= 2.3 && < 2.5,
transformers >= 0.2 && < 0.4,
@@ -53,7 +53,7 @@
ghc-prim >= 0.2 && < 0.4,
distributed-static >= 0.2 && < 0.3,
rank1dynamic >= 0.1 && < 0.2,
- syb >= 0.3 && < 0.4
+ syb >= 0.3
Exposed-modules: Control.Distributed.Process,
Control.Distributed.Process.Serializable,
Control.Distributed.Process.Closure,
@@ -94,7 +94,7 @@
distributed-process,
network-transport >= 0.3 && < 0.4,
network-transport-tcp >= 0.3 && < 0.4,
- binary >= 0.5 && < 0.7,
+ binary >= 0.5,
network >= 2.3 && < 2.5,
HUnit >= 1.2 && < 1.3,
test-framework >= 0.6 && < 0.9,
@@ -137,7 +137,7 @@
distributed-process,
network-transport >= 0.3 && < 0.4,
network-transport-tcp >= 0.3 && < 0.4,
- binary >= 0.5 && < 0.7,
+ binary >= 0.5,
network >= 2.3 && < 2.5,
HUnit >= 1.2 && < 1.3,
test-framework >= 0.6 && < 0.9,
@@ -156,7 +156,7 @@
distributed-process,
network-transport-tcp >= 0.3 && < 0.4,
bytestring >= 0.9 && < 0.11,
- binary >= 0.5 && < 0.7
+ binary >= 0.5
else
buildable: False
Main-Is: benchmarks/Throughput.hs
@@ -169,7 +169,7 @@
distributed-process,
network-transport-tcp >= 0.3 && < 0.4,
bytestring >= 0.9 && < 0.11,
- binary >= 0.5 && < 0.7
+ binary >= 0.5
else
buildable: False
Main-Is: benchmarks/Latency.hs
@@ -182,7 +182,7 @@
distributed-process,
network-transport-tcp >= 0.3 && < 0.4,
bytestring >= 0.9 && < 0.11,
- binary >= 0.5 && < 0.7
+ binary >= 0.5
else
buildable: False
Main-Is: benchmarks/Channels.hs
@@ -195,7 +195,7 @@
distributed-process,
network-transport-tcp >= 0.3 && < 0.4,
bytestring >= 0.9 && < 0.11,
- binary >= 0.5 && < 0.7
+ binary >= 0.5
else
buildable: False
Main-Is: benchmarks/Spawns.hs