8000 semantic-source 0.2.0.1 by robrix · Pull Request #713 · github/semantic · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

semantic-source 0.2.0.1 #713

Merged
merged 6 commits into from
Mar 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump hashable's upper bound.
  • Loading branch information
robrix committed Mar 4, 2024
commit 1316c7836b8f06f59fb5082413be6ca2188d6110
2 changes: 1 addition & 1 deletion semantic-source/semantic-source.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library
, bytestring >= 0.10.8.2 && < 0.13
, deepseq ^>= 1.4.4.0
, containers ^>= 0.6.2
, hashable >= 1.2.7 && < 1.4
, hashable >= 1.2.7 && < 1.5
, lingo ^>= 0.5.0.3
, semilattices ^>= 0.0.0.3
, text ^>= 1.2.3.2
Expand Down
0