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

Lower the bound on base back to 4.12.

We support 8.6.5 (cf tested-with) for this package.
This commit is contained in:
Rob Rix 2020-01-16 11:58:10 -05:00
parent 4a8ccf174a
commit bbd99d19a6
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -48,7 +48,7 @@ library
Source.Span
build-depends:
aeson ^>= 1.4.2.0
, base >= 4.13 && < 5
, base >= 4.12 && < 5
, bytestring ^>= 0.10.8.2
, deepseq ^>= 1.4.4.0
, generic-monoid ^>= 0.1.0.0