We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c7b15 commit 65b2764Copy full SHA for 65b2764
distributed-process.cabal
@@ -1,5 +1,5 @@
1
Name: distributed-process
2
-Version: 0.7.5
+Version: 0.7.6
3
Cabal-Version: >=1.10
4
Build-Type: Simple
5
License: BSD3
@@ -43,7 +43,7 @@ flag old-locale
43
Library
44
Build-Depends: base >= 4.9 && < 5,
45
binary >= 0.6.3 && < 0.10,
46
- hashable >= 1.2.0.5 && <= 1.4.3.0,
+ hashable >= 1.2.0.5 && < 1.5,
47
network-transport >= 0.4.1.0 && < 0.6,
48
stm >= 2.4 && < 2.6,
49
transformers >= 0.2 && < 0.7,
0 commit comments