Skip to content

Commit

Permalink
Relax upper bound to accommodate dependency on ansi-terminal-1.0 (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem authored Jun 20, 2023
1 parent d9d8a56 commit 959faed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Executable json-to-dhall
Build-Depends:
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 0.12,
ansi-terminal >= 0.6.3.1 && < 1.1 ,
bytestring ,
dhall ,
dhall-json ,
Expand Down
2 changes: 1 addition & 1 deletion dhall-yaml/dhall-yaml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Executable yaml-to-dhall
Build-Depends:
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 0.12,
ansi-terminal >= 0.6.3.1 && < 1.1 ,
bytestring ,
dhall ,
dhall-json ,
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Common common
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 2.2 ,
aeson-pretty < 0.9 ,
ansi-terminal >= 0.6.3.1 && < 0.12,
ansi-terminal >= 0.6.3.1 && < 1.1 ,
atomic-write >= 0.2.0.7 && < 0.3 ,
base16-bytestring >= 1.0.0.0 ,
bytestring < 0.12,
Expand Down

0 comments on commit 959faed

Please sign in to comment.