Skip to content

Commit

Permalink
Update upper bounds of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Aug 21, 2017
1 parent fc5b021 commit a28d388
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions distributed-process-tests/distributed-process-tests.cabal
Expand Up @@ -31,8 +31,8 @@ library
bytestring >= 0.9 && < 0.12,
distributed-process >= 0.6.0 && < 0.7,
distributed-static,
HUnit >= 1.2 && < 1.4,
network-transport >= 0.4.1.0 && < 0.5,
HUnit >= 1.2 && < 1.6,
network-transport >= 0.4.1.0 && < 0.6,
network >= 2.5 && < 2.7,
random >= 1.0 && < 1.2,
rematch >= 0.1.2.1,
Expand Down Expand Up @@ -61,7 +61,7 @@ Test-Suite TestCHInMemory
Build-Depends: base >= 4.4 && < 5,
distributed-process-tests,
network >= 2.3 && < 2.7,
network-transport >= 0.4.1.0 && < 0.5,
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
Expand All @@ -76,8 +76,8 @@ Test-Suite TestCHInTCP
Build-Depends: base >= 4.4 && < 5,
distributed-process-tests,
network >= 2.3 && < 2.7,
network-transport >= 0.4.1.0 && < 0.5,
network-transport-tcp >= 0.5 && < 0.6,
network-transport >= 0.4.1.0 && < 0.6,
network-transport-tcp >= 0.5 && < 0.7,
test-framework >= 0.6 && < 0.9
else
Buildable: False
Expand All @@ -93,7 +93,7 @@ Test-Suite TestClosure
Build-Depends: base >= 4.4 && < 5,
distributed-process-tests,
network >= 2.3 && < 2.7,
network-transport >= 0.4.1.0 && < 0.5,
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
Expand All @@ -107,7 +107,7 @@ Test-Suite TestStats
Build-Depends: base >= 4.4 && < 5,
distributed-process-tests,
network >= 2.3 && < 2.7,
network-transport >= 0.4.1.0 && < 0.5,
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
Expand All @@ -122,7 +122,7 @@ Test-Suite TestMx
Build-Depends: base >= 4.4 && < 5,
distributed-process-tests,
network >= 2.3 && < 2.7,
network-transport >= 0.4.1.0 && < 0.5,
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
Expand All @@ -136,7 +136,7 @@ Test-Suite TestTracing
Build-Depends: base >= 4.4 && < 5,
distributed-process-tests,
network >= 2.3 && < 2.7,
network-transport >= 0.4.1.0 && < 0.5,
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
Expand Down
4 changes: 2 additions & 2 deletions distributed-process.cabal
Expand Up @@ -44,7 +44,7 @@ Library
Build-Depends: base >= 4.6 && < 5,
binary >= 0.6.3 && < 0.9,
hashable >= 1.2.0.5 && < 1.3,
network-transport >= 0.4.1.0 && < 0.5,
network-transport >= 0.4.1.0 && < 0.6,
stm >= 2.4 && < 2.5,
transformers >= 0.2 && < 0.6,
mtl >= 2.0 && < 2.4,
Expand All @@ -53,7 +53,7 @@ Library
random >= 1.0 && < 1.2,
distributed-static >= 0.2 && < 0.4,
rank1dynamic >= 0.1 && < 0.4,
syb >= 0.3 && < 0.7,
syb >= 0.3 && < 0.8,
exceptions >= 0.5,
containers >= 0.5 && < 0.6,
deepseq >= 1.3.0.1 && < 1.6
Expand Down

0 comments on commit a28d388

Please sign in to comment.