File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ library
7979 ansi-terminal >= 0.9
8080 , async
8181 , base >= 4.18 && < 4.22
82- , brick >= 2.1.1 && < 2.3.2 || > 2.3.2 && < 2.10
82+ , brick >= 2.1.1 && < 2.3.2 || > 2.3.2 && < 2.11
8383 , cmdargs >= 0.8
8484 , containers >= 0.5.9
8585 , data-default
@@ -104,7 +104,7 @@ library
104104 , time >= 1.5
105105 , transformers
106106 , vector
107- , vty >= 6.1 && < 6.5
107+ , vty >= 6.1 && < 6.6
108108 , vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
109109 default-language : GHC2021
110110 if (flag(debug))
Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ library:
9898 - time >=1.5
9999 - transformers
100100 - vector
101- - brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.10
102- - vty >=6.1 && <6.5
101+ - brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.11
102+ - vty >=6.1 && <6.6
103103 - vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
104104 when :
105105 - condition : os(windows)
You can’t perform that action at this time.
0 commit comments