Skip to content

Commit

Permalink
relax hashable upper bound to allow hashable-1.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Nov 10, 2024
1 parent 946807a commit 9baf3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toysolver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Library
filepath,
finite-field >=0.9.0 && <1.0.0,
-- hashUsing is available on hashable >=1.2
hashable >=1.2 && <1.5.0.0,
hashable >=1.2 && <1.6.0.0,
hashtables,
heaps,
intern >=0.9.1.2 && <1.0.0.0,
Expand Down

0 comments on commit 9baf3cf

Please sign in to comment.