Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Bump upper bounds on time and binary #6

Merged
merged 2 commits into from
Jan 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions distributed-process-client-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
unordered-containers >= 0.2.3.0 && < 0.3,
fingertree < 0.2,
stm >= 2.4 && < 2.5,
time > 1.4 && < 1.7,
time > 1.4 && < 1.8,
transformers,
exceptions >= 0.5
if impl(ghc <= 7.5)
Expand Down Expand Up @@ -77,7 +77,7 @@ test-suite ManagedProcessTests
mtl,
fingertree < 0.2,
network-transport-tcp >= 0.4 && < 0.6,
binary >= 0.6.3.0 && < 0.8,
binary >= 0.6.3.0 && < 0.9,
deepseq >= 1.3.0.1 && < 1.5,
network >= 2.3 && < 2.7,
HUnit >= 1.2 && < 2,
Expand Down Expand Up @@ -110,7 +110,7 @@ test-suite PrioritisedProcessTests
mtl,
fingertree < 0.2,
network-transport-tcp >= 0.4 && < 0.6,
binary >= 0.6.3.0 && < 0.8,
binary >= 0.6.3.0 && < 0.9,
deepseq >= 1.3.0.1 && < 1.5,
network >= 2.3 && < 2.7,
HUnit >= 1.2 && < 2,
Expand Down