|
1 | 1 | Name: distributed-process |
2 | 2 | Version: 0.7.5 |
3 | | -Cabal-Version: >=1.8 |
| 3 | +Cabal-Version: >=1.10 |
4 | 4 | Build-Type: Simple |
5 | 5 | License: BSD3 |
6 | 6 | License-File: LICENSE |
@@ -83,6 +83,7 @@ Library |
83 | 83 | Control.Distributed.Process.Management.Internal.Trace.Remote, |
84 | 84 | Control.Distributed.Process.Management.Internal.Trace.Types, |
85 | 85 | Control.Distributed.Process.Management.Internal.Trace.Tracer |
| 86 | + default-language: Haskell2010 |
86 | 87 | ghc-options: -Wall |
87 | 88 | HS-Source-Dirs: src |
88 | 89 | other-extensions: BangPatterns |
@@ -118,51 +119,56 @@ Library |
118 | 119 | -- Tests are in distributed-process-test package, for convenience. |
119 | 120 |
|
120 | 121 | benchmark distributed-process-throughput |
121 | | - Type: exitcode-stdio-1.0 |
122 | | - Build-Depends: base >= 4.9 && < 5, |
123 | | - distributed-process, |
124 | | - network-transport-tcp >= 0.3 && <= 0.81, |
125 | | - bytestring >= 0.9 && < 0.13, |
126 | | - binary >= 0.6.3 && < 0.10 |
127 | | - Main-Is: benchmarks/Throughput.hs |
128 | | - ghc-options: -Wall |
| 122 | + Type: exitcode-stdio-1.0 |
| 123 | + Build-Depends: base >= 4.9 && < 5, |
| 124 | + distributed-process, |
| 125 | + network-transport-tcp >= 0.3 && <= 0.81, |
| 126 | + bytestring >= 0.9 && < 0.13, |
| 127 | + binary >= 0.6.3 && < 0.10 |
| 128 | + Main-Is: benchmarks/Throughput.hs |
| 129 | + default-language: Haskell2010 |
| 130 | + ghc-options: -Wall |
129 | 131 |
|
130 | 132 | benchmark distributed-process-latency |
131 | | - Type: exitcode-stdio-1.0 |
132 | | - Build-Depends: base >= 4.9 && < 5, |
133 | | - distributed-process, |
134 | | - network-transport-tcp >= 0.3 && <= 0.81, |
135 | | - bytestring >= 0.9 && < 0.13, |
136 | | - binary >= 0.6.3 && < 0.10 |
137 | | - Main-Is: benchmarks/Latency.hs |
138 | | - ghc-options: -Wall |
| 133 | + Type: exitcode-stdio-1.0 |
| 134 | + Build-Depends: base >= 4.9 && < 5, |
| 135 | + distributed-process, |
| 136 | + network-transport-tcp >= 0.3 && <= 0.81, |
| 137 | + bytestring >= 0.9 && < 0.13, |
| 138 | + binary >= 0.6.3 && < 0.10 |
| 139 | + Main-Is: benchmarks/Latency.hs |
| 140 | + default-language: Haskell2010 |
| 141 | + ghc-options: -Wall |
139 | 142 |
|
140 | 143 | benchmark distributed-process-channels |
141 | | - Type: exitcode-stdio-1.0 |
142 | | - Build-Depends: base >= 4.9 && < 5, |
143 | | - distributed-process, |
144 | | - network-transport-tcp >= 0.3 && <= 0.81, |
145 | | - bytestring >= 0.9 && < 0.13, |
146 | | - binary >= 0.6.3 && < 0.10 |
147 | | - Main-Is: benchmarks/Channels.hs |
148 | | - ghc-options: -Wall |
| 144 | + Type: exitcode-stdio-1.0 |
| 145 | + Build-Depends: base >= 4.9 && < 5, |
| 146 | + distributed-process, |
| 147 | + network-transport-tcp >= 0.3 && <= 0.81, |
| 148 | + bytestring >= 0.9 && < 0.13, |
| 149 | + binary >= 0.6.3 && < 0.10 |
| 150 | + Main-Is: benchmarks/Channels.hs |
| 151 | + default-language: Haskell2010 |
| 152 | + ghc-options: -Wall |
149 | 153 |
|
150 | 154 | benchmark distributed-process-spawns |
151 | | - Type: exitcode-stdio-1.0 |
152 | | - Build-Depends: base >= 4.9 && < 5, |
153 | | - distributed-process, |
154 | | - network-transport-tcp >= 0.3 && <= 0.81, |
155 | | - bytestring >= 0.9 && < 0.13, |
156 | | - binary >= 0.6.3 && < 0.10 |
157 | | - Main-Is: benchmarks/Spawns.hs |
158 | | - ghc-options: -Wall |
| 155 | + Type: exitcode-stdio-1.0 |
| 156 | + Build-Depends: base >= 4.9 && < 5, |
| 157 | + distributed-process, |
| 158 | + network-transport-tcp >= 0.3 && <= 0.81, |
| 159 | + bytestring >= 0.9 && < 0.13, |
| 160 | + binary >= 0.6.3 && < 0.10 |
| 161 | + Main-Is: benchmarks/Spawns.hs |
| 162 | + default-language: Haskell2010 |
| 163 | + ghc-options: -Wall |
159 | 164 |
|
160 | 165 | benchmark distributed-process-ring |
161 | | - Type: exitcode-stdio-1.0 |
162 | | - Build-Depends: base >= 4.9 && < 5, |
163 | | - distributed-process, |
164 | | - network-transport-tcp >= 0.3 && <= 0.81, |
165 | | - bytestring >= 0.9 && < 0.13, |
166 | | - binary >= 0.6.3 && < 0.10 |
167 | | - Main-Is: benchmarks/ProcessRing.hs |
168 | | - ghc-options: -Wall -threaded -O2 -rtsopts |
| 166 | + Type: exitcode-stdio-1.0 |
| 167 | + Build-Depends: base >= 4.9 && < 5, |
| 168 | + distributed-process, |
| 169 | + network-transport-tcp >= 0.3 && <= 0.81, |
| 170 | + bytestring >= 0.9 && < 0.13, |
| 171 | + binary >= 0.6.3 && < 0.10 |
| 172 | + Main-Is: benchmarks/ProcessRing.hs |
| 173 | + default-language: Haskell2010 |
| 174 | + ghc-options: -Wall -threaded -O2 -rtsopts |
0 commit comments