1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Add a dependency on bytestring.

This commit is contained in:
Rob Rix 2022-01-28 14:01:16 -05:00
parent ffb38fa574
commit d32d44d6d7
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -63,6 +63,7 @@ library
build-depends:
, aeson ^>= 1.4
, base >= 4.13 && < 5
, bytestring ^>= 0.10.8.2
, containers ^>= 0.6
, fused-effects ^>= 1.1
, hashable