Skip to content

Commit 959faed

Browse files
authored
Relax upper bound to accommodate dependency on ansi-terminal-1.0 (#2521)
1 parent d9d8a56 commit 959faed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dhall-json/dhall-json.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Executable json-to-dhall
9898
Build-Depends:
9999
base ,
100100
aeson ,
101-
ansi-terminal >= 0.6.3.1 && < 0.12,
101+
ansi-terminal >= 0.6.3.1 && < 1.1 ,
102102
bytestring ,
103103
dhall ,
104104
dhall-json ,

dhall-yaml/dhall-yaml.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Executable yaml-to-dhall
6565
Build-Depends:
6666
base ,
6767
aeson ,
68-
ansi-terminal >= 0.6.3.1 && < 0.12,
68+
ansi-terminal >= 0.6.3.1 && < 1.1 ,
6969
bytestring ,
7070
dhall ,
7171
dhall-json ,

dhall/dhall.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Common common
207207
base >= 4.11.0.0 && < 5 ,
208208
aeson >= 1.0.0.0 && < 2.2 ,
209209
aeson-pretty < 0.9 ,
210-
ansi-terminal >= 0.6.3.1 && < 0.12,
210+
ansi-terminal >= 0.6.3.1 && < 1.1 ,
211211
atomic-write >= 0.2.0.7 && < 0.3 ,
212212
base16-bytestring >= 1.0.0.0 ,
213213
bytestring < 0.12,

0 commit comments

Comments
 (0)