Skip to content

Commit e0092ac

Browse files
authored
Merge pull request #318 from haskell-distributed/deps-relax
relax upper bounds a little more
2 parents 6ddda4f + ed363f0 commit e0092ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distributed-process.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Library
4545
binary >= 0.6.3 && < 0.10,
4646
hashable >= 1.2.0.5 && < 1.3,
4747
network-transport >= 0.4.1.0 && < 0.6,
48-
stm >= 2.4 && < 2.5,
48+
stm >= 2.4 && < 2.6,
4949
transformers >= 0.2 && < 0.6,
5050
mtl >= 2.0 && < 2.4,
5151
data-accessor >= 0.2 && < 0.3,
@@ -55,7 +55,7 @@ Library
5555
rank1dynamic >= 0.1 && < 0.5,
5656
syb >= 0.3 && < 0.8,
5757
exceptions >= 0.5,
58-
containers >= 0.5 && < 0.6,
58+
containers >= 0.5 && < 0.7,
5959
deepseq >= 1.3.0.1 && < 1.6
6060
Exposed-modules: Control.Distributed.Process,
6161
Control.Distributed.Process.Closure,

0 commit comments

Comments
 (0)