Skip to content

Commit 0774e2e

Browse files
committed
Allow binary 0.9
1 parent eca7a01 commit 0774e2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

distributed-process.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ flag old-locale
4242

4343
Library
4444
Build-Depends: base >= 4.6 && < 5,
45-
binary >= 0.6.3 && < 0.9,
45+
binary >= 0.6.3 && < 0.10,
4646
hashable >= 1.2.0.5 && < 1.3,
4747
network-transport >= 0.4.1.0 && < 0.6,
4848
stm >= 2.4 && < 2.5,
@@ -123,7 +123,7 @@ benchmark distributed-process-throughput
123123
distributed-process,
124124
network-transport-tcp >= 0.3 && < 0.7,
125125
bytestring >= 0.9 && < 0.11,
126-
binary >= 0.6.3 && < 0.9
126+
binary >= 0.6.3 && < 0.10
127127
Main-Is: benchmarks/Throughput.hs
128128
ghc-options: -Wall
129129

@@ -133,7 +133,7 @@ benchmark distributed-process-latency
133133
distributed-process,
134134
network-transport-tcp >= 0.3 && < 0.7,
135135
bytestring >= 0.9 && < 0.11,
136-
binary >= 0.6.3 && < 0.9
136+
binary >= 0.6.3 && < 0.10
137137
Main-Is: benchmarks/Latency.hs
138138
ghc-options: -Wall
139139

@@ -143,7 +143,7 @@ benchmark distributed-process-channels
143143
distributed-process,
144144
network-transport-tcp >= 0.3 && < 0.7,
145145
bytestring >= 0.9 && < 0.11,
146-
binary >= 0.6.3 && < 0.9
146+
binary >= 0.6.3 && < 0.10
147147
Main-Is: benchmarks/Channels.hs
148148
ghc-options: -Wall
149149

@@ -153,7 +153,7 @@ benchmark distributed-process-spawns
153153
distributed-process,
154154
network-transport-tcp >= 0.3 && < 0.7,
155155
bytestring >= 0.9 && < 0.11,
156-
binary >= 0.6.3 && < 0.9
156+
binary >= 0.6.3 && < 0.10
157157
Main-Is: benchmarks/Spawns.hs
158158
ghc-options: -Wall
159159

@@ -163,6 +163,6 @@ benchmark distributed-process-ring
163163
distributed-process,
164164
network-transport-tcp >= 0.3 && < 0.7,
165165
bytestring >= 0.9 && < 0.11,
166-
binary >= 0.6.3 && < 0.9
166+
binary >= 0.6.3 && < 0.10
167167
Main-Is: benchmarks/ProcessRing.hs
168168
ghc-options: -Wall -threaded -O2 -rtsopts

0 commit comments

Comments
 (0)