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

Commit aa6e3a4

Browse files
committed
Update deps and bump version number
1 parent a81edf2 commit aa6e3a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

distributed-process-async.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: distributed-process-async
2-
version: 0.1.0
2+
version: 0.2.0
33
cabal-version: >=1.8
44
build-type: Simple
55
license: BSD3
@@ -32,7 +32,7 @@ library
3232
base >= 4.4 && < 5,
3333
data-accessor >= 0.2.2.3,
3434
distributed-process >= 0.5.2 && < 0.6,
35-
distributed-process-extras >= 0.1.0 && < 0.2,
35+
distributed-process-extras >= 0.1.1 && < 0.2,
3636
binary >= 0.6.3.0 && < 0.8,
3737
deepseq >= 1.3.0.1 && < 1.4,
3838
mtl,
@@ -64,7 +64,7 @@ test-suite AsyncTests
6464
base >= 4.4 && < 5,
6565
ansi-terminal >= 0.5 && < 0.6,
6666
distributed-process >= 0.5.2 && < 0.6,
67-
distributed-process-extras >= 0.1.0 && < 0.2,
67+
distributed-process-extras >= 0.1.1 && < 0.2,
6868
distributed-process-async,
6969
distributed-process-tests >= 0.4.1 && < 0.5,
7070
network >= 2.5 && < 2.7,

0 commit comments

Comments
 (0)