Fix condition for base version.

Unfortunately `base <=4.15` is false for `base-4.15.0.0` so fix condition to `base < 4.16`
This commit is contained in:
Ondřej Súkup 2021-03-11 12:17:07 +01:00 committed by GitHub
parent 1c5c7713fa
commit e7072c5cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ library
Brick.Types.Internal
Brick.Widgets.Internal
build-depends: base <= 4.15,
build-depends: base < 4.16,
vty >= 5.31,
transformers,
data-clist >= 0.1,