Skip to content

Commit 7a87841

Browse files
authored
Relax ansi-terminal bound (#560)
Fixes 559
1 parent 3ad32c6 commit 7a87841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index-state: 2023-12-23T00:00:00Z
1+
index-state: 2024-02-26T00:00:00Z
22

33
packages:
44
./lsp

lsp-test/lsp-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
build-depends:
4545
, aeson >=2 && <2.3
4646
, aeson-pretty ^>=0.8
47-
, ansi-terminal >=0.10 && <1.1
47+
, ansi-terminal >=0.10 && <1.2
4848
, async ^>=2.2
4949
, base >=4.10 && <5
5050
, bytestring >=0.10 && <0.13

0 commit comments

Comments
 (0)