mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 21:46:11 +03:00
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:
parent
1c5c7713fa
commit
e7072c5cab
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user