Skip to content

Commit 65b2764

Browse files
committed
Bump hashable upper bound
1 parent 45c7b15 commit 65b2764

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
@@ -1,5 +1,5 @@
11
Name: distributed-process
2-
Version: 0.7.5
2+
Version: 0.7.6
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -43,7 +43,7 @@ flag old-locale
4343
Library
4444
Build-Depends: base >= 4.9 && < 5,
4545
binary >= 0.6.3 && < 0.10,
46-
hashable >= 1.2.0.5 && <= 1.4.3.0,
46+
hashable >= 1.2.0.5 && < 1.5,
4747
network-transport >= 0.4.1.0 && < 0.6,
4848
stm >= 2.4 && < 2.6,
4949
transformers >= 0.2 && < 0.7,

0 commit comments

Comments
 (0)