Skip to content

Commit fa3207d

Browse files
authored
Merge pull request #499 from codedownio/hashable-constraint
Add lower bound constraint hashable >= 1.3.4.0 in lsp-types
2 parents a1c7dff + 17dc244 commit fa3207d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ library
7777
, Diff >=0.2
7878
, dlist
7979
, exceptions
80-
, hashable
80+
, hashable >=1.3.4.0
8181
, lens >=4.15.2
8282
, mod
8383
, mtl <2.4

0 commit comments

Comments
 (0)