1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Loosen the bound on hashable.

This commit is contained in:
Rob Rix 2019-10-03 11:26:44 -04:00
parent b8611355ce
commit 5b75abb072
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -51,7 +51,7 @@ library
, bytestring ^>= 0.10.8.2
, deepseq ^>= 1.4.4.0
, generic-monoid ^>= 0.1.0.0
, hashable ^>= 1.2.7.0
, hashable >= 1.2.7 && < 1.4
, semilattices ^>= 0.0.0.3
, text ^>= 1.2.3.1
hs-source-dirs: src