Add upper bounds on library deps

This commit is contained in:
Kirill Elagin 2020-02-26 22:46:45 -05:00
parent d364dcf52c
commit 5344dd7654

View File

@ -41,8 +41,8 @@ library:
dependencies:
- base >= 4.10 && < 4.14
- safe-exceptions >= 0.1 # only really needed for polymorphic bracket
- text >= 0.7
- safe-exceptions >= 0.1 && < 0.2 # only really needed for polymorphic bracket
- text >= 0.7 && < 1.3
tests:
with-utf8-test: