Skip to content

Commit 88fbba4

Browse files
committed
Relax version bounds
1 parent e8f31af commit 88fbba4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

distributed-process-simplelocalnet/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-08-09 Edsko de Vries <edsko@well-typed.com> 0.2.0.4
2+
3+
* Relax version bounds for distributed-process
4+
15
2012-07-17 Edsko de Vries <edsko@well-typed.com> 0.2.0.3
26

37
* Improve documentation

distributed-process-simplelocalnet/distributed-process-simplelocalnet.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: distributed-process-simplelocalnet
2-
Version: 0.2.0.3
2+
Version: 0.2.0.4
33
Cabal-Version: >=1.8
44
Build-Type: Simple
55
License: BSD3
@@ -34,7 +34,7 @@ Library
3434
transformers >= 0.2 && < 0.4,
3535
network-transport >= 0.2 && < 0.3,
3636
network-transport-tcp >= 0.2 && < 0.3,
37-
distributed-process >= 0.2 && < 0.3
37+
distributed-process >= 0.2 && < 0.4
3838
Exposed-modules: Control.Distributed.Process.Backend.SimpleLocalnet,
3939
Control.Distributed.Process.Backend.SimpleLocalnet.Internal.Multicast
4040
Extensions: RankNTypes,

0 commit comments

Comments
 (0)