mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
97 lines
3.9 KiB
Diff
97 lines
3.9 KiB
Diff
diff -ru orig/distributed-process.cabal new/distributed-process.cabal
|
|
--- orig/distributed-process.cabal 2014-03-27 18:23:44.792359466 +0200
|
|
+++ new/distributed-process.cabal 2014-03-27 18:23:44.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,
|
|
@@ -90,11 +90,11 @@
|
|
Main-Is: TestCH.hs
|
|
Build-Depends: base >= 4.4 && < 5,
|
|
random >= 1.0 && < 1.1,
|
|
- ansi-terminal >= 0.5 && < 0.6,
|
|
+ ansi-terminal >= 0.5,
|
|
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,
|
|
@@ -111,7 +111,7 @@
|
|
Main-Is: TestClosure.hs
|
|
Build-Depends: base >= 4.4 && < 5,
|
|
random >= 1.0 && < 1.1,
|
|
- ansi-terminal >= 0.5 && < 0.6,
|
|
+ ansi-terminal >= 0.5,
|
|
distributed-static >= 0.2 && < 0.3,
|
|
distributed-process,
|
|
network-transport >= 0.3 && < 0.4,
|
|
@@ -131,13 +131,13 @@
|
|
Main-Is: TestStats.hs
|
|
Build-Depends: base >= 4.4 && < 5,
|
|
random >= 1.0 && < 1.1,
|
|
- ansi-terminal >= 0.5 && < 0.6,
|
|
+ ansi-terminal >= 0.5,
|
|
containers >= 0.4 && < 0.6,
|
|
stm >= 2.3 && < 2.5,
|
|
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
|