Skip to content

Commit 8daa77a

Browse files
committed
Relax hashable version bound
1 parent c41bc55 commit 8daa77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ekg-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
base >= 4.6 && < 4.15,
4242
atomic-primops ^>= 0.8.4,
4343
containers >= 0.5 && < 0.7,
44-
hashable >= 1.3.1.0 && < 1.4,
44+
hashable >= 1.3.0.0 && < 1.4,
4545
primitive ^>= 0.7.1.0,
4646
text < 1.3,
4747
unordered-containers < 0.3

0 commit comments

Comments
 (0)