Skip to content

Commit f4412a0

Browse files
authored
Relax bounds (#2602)
1 parent 4305dab commit f4412a0

File tree

11 files changed

+43
-43
lines changed

11 files changed

+43
-43
lines changed

dhall-bash/dhall-bash.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Library
2929
Build-Depends:
3030
base >= 4.11.0.0 && < 5 ,
3131
bytestring < 0.13,
32-
containers < 0.7 ,
32+
containers < 0.8 ,
3333
dhall >= 1.42.0 && < 1.43,
3434
neat-interpolation < 0.6 ,
3535
shell-escape < 0.3 ,

dhall-csv/dhall-csv.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Library
3333
Hs-Source-Dirs: src
3434
Build-Depends:
3535
base >= 4.12.0.0 && < 5 ,
36-
bytestring < 0.12,
36+
bytestring < 0.13,
3737
cassava >= 0.5.0.0 && < 0.6 ,
38-
containers >= 0.5.9 && < 0.7 ,
38+
containers >= 0.5.9 && < 0.8 ,
3939
either ,
4040
exceptions >= 0.8.3 && < 0.11,
4141
dhall >= 1.39.0 && < 1.43,
42-
filepath < 1.5 ,
42+
filepath < 1.6 ,
4343
optparse-applicative ,
4444
prettyprinter >= 1.7.0 && < 1.8 ,
45-
text >= 0.11.1.0 && < 2.1 ,
45+
text >= 0.11.1.0 && < 2.2 ,
4646
unordered-containers < 0.3 ,
4747
vector >= 0.12 && < 0.14
4848
Exposed-Modules:
@@ -106,7 +106,7 @@ Test-Suite tasty
106106
dhall ,
107107
dhall-csv ,
108108
filepath ,
109-
tasty < 1.5 ,
109+
tasty < 1.6 ,
110110
tasty-silver < 3.4 ,
111111
tasty-hunit >= 0.2 ,
112112
unordered-containers ,

dhall-docs/dhall-docs.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Library
7373
directory >= 1.3.0.0 && < 1.4 ,
7474
dhall >= 1.38.0 && < 1.43,
7575
file-embed >= 0.0.10.0 ,
76-
filepath >= 1.4 && < 1.5 ,
76+
filepath >= 1.4 && < 1.6 ,
7777
lens-family-core >= 1.0.0 && < 2.2 ,
7878
lucid >= 2.9.12 && < 2.12,
7979
mmark >= 0.0.7.0 && < 0.8 ,
@@ -126,7 +126,7 @@ Test-Suite doctest
126126
Build-Depends:
127127
base ,
128128
directory,
129-
filepath < 1.5 ,
129+
filepath < 1.6 ,
130130
doctest >= 0.7.0
131131
Other-Extensions: OverloadedStrings RecordWildCards
132132
Default-Language: Haskell2010
@@ -149,7 +149,7 @@ Test-Suite tasty
149149
path ,
150150
path-io ,
151151
pretty >= 1.1.1.1 ,
152-
tasty < 1.5 ,
152+
tasty < 1.6 ,
153153
tasty-silver < 3.4 ,
154154
tasty-hunit >= 0.10 && < 0.11,
155155
turtle >= 1.6 && < 1.7 ,

dhall-json/dhall-json.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Library
4242
aeson-pretty >= 0.8.0 && < 0.9 ,
4343
aeson-yaml >= 1.1.0 && < 1.2 ,
4444
bytestring < 0.13,
45-
containers >= 0.5.9 && < 0.7 ,
45+
containers >= 0.5.9 && < 0.8 ,
4646
dhall >= 1.42.0 && < 1.43,
4747
exceptions >= 0.8.3 && < 0.11,
48-
filepath < 1.5 ,
48+
filepath < 1.6 ,
4949
lens-family-core >= 1.0.0 && < 2.2 ,
5050
optparse-applicative >= 0.14.0.0 && < 0.19,
5151
prettyprinter >= 1.7.0 && < 1.8 ,
@@ -98,7 +98,7 @@ Executable json-to-dhall
9898
Build-Depends:
9999
base ,
100100
aeson ,
101-
ansi-terminal >= 0.6.3.1 && < 1.1 ,
101+
ansi-terminal >= 0.6.3.1 && < 1.2 ,
102102
bytestring ,
103103
dhall ,
104104
dhall-json ,
@@ -122,7 +122,7 @@ Test-Suite tasty
122122
bytestring ,
123123
dhall ,
124124
dhall-json ,
125-
tasty < 1.5,
125+
tasty < 1.6,
126126
text ,
127127
tasty-hunit >= 0.2,
128128
tasty-silver >= 3.0

dhall-lsp-server/dhall-lsp-server.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@ library
4545
aeson >= 1.3.1.1 && < 2.3
4646
, aeson-pretty >= 0.8.7 && < 0.9
4747
, base >= 4.11 && < 5
48-
, bytestring >= 0.10.8.2 && < 0.12
48+
, bytestring >= 0.10.8.2 && < 0.13
4949
, co-log-core >= 0.3.1.0 && < 0.4
50-
, containers >= 0.5.11.0 && < 0.7
50+
, containers >= 0.5.11.0 && < 0.8
5151
, data-default >= 0.7.1.1 && < 0.8
5252
, directory >= 1.2.2.0 && < 1.4
5353
, dhall >= 1.38.0 && < 1.43
5454
, dhall-json >= 1.4 && < 1.8
55-
, filepath >= 1.4.2 && < 1.5
55+
, filepath >= 1.4.2 && < 1.6
5656
, lsp >= 2.1.0.0 && < 2.2
5757
, lens >= 4.16.1 && < 5.4
5858
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
5959
, megaparsec >= 7.0.2 && < 10
6060
, mtl >= 2.2.2 && < 2.4
6161
, network-uri >= 2.6.1.0 && < 2.7
6262
, prettyprinter >= 1.7.0 && < 1.8
63-
, text >= 1.2.3.0 && < 2.1
64-
, text-rope >= 0.2 && < 0.3
63+
, text >= 1.2.3.0 && < 2.2
64+
, text-rope >= 0.2 && < 0.4
6565
, transformers >= 0.5.5.0 && < 0.7
6666
, unordered-containers >= 0.2.9.0 && < 0.3
6767
, uri-encode >= 1.5.0.5 && < 1.6
@@ -91,7 +91,7 @@ Test-Suite doctest
9191
Build-Depends:
9292
base ,
9393
directory >= 1.3.1.5 && < 1.4 ,
94-
filepath < 1.5 ,
94+
filepath < 1.6 ,
9595
doctest >= 0.7.0 ,
9696
QuickCheck
9797
Other-Extensions: OverloadedStrings RecordWildCards
@@ -107,8 +107,8 @@ Test-Suite tests
107107
lsp-types >= 2.0.1 && < 2.1 ,
108108
hspec >= 2.7 && < 2.12 ,
109109
lsp-test >= 0.15.0.0 && < 0.16 ,
110-
tasty >= 0.11.2 && < 1.5 ,
110+
tasty >= 0.11.2 && < 1.6 ,
111111
tasty-hspec >= 1.1 && < 1.3 ,
112-
text >= 0.11 && < 2.1
112+
text >= 0.11 && < 2.2
113113
Build-Tool-Depends: dhall-lsp-server:dhall-lsp-server
114114
Default-Language: Haskell2010

dhall-nix/dhall-nix.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Library
2727
Hs-Source-Dirs: src
2828
Build-Depends:
2929
base >= 4.11.0.0 && < 5 ,
30-
containers < 0.7 ,
30+
containers < 0.8 ,
3131
data-fix < 0.4 ,
3232
dhall >= 1.42 && < 1.43,
3333
hnix >= 0.16 && < 0.18,
3434
lens-family-core >= 1.0.0 && < 2.2 ,
3535
neat-interpolation < 0.6 ,
36-
text >= 0.8.0.0 && < 2.1
36+
text >= 0.8.0.0 && < 2.2
3737
Exposed-Modules:
3838
Dhall.Nix
3939
GHC-Options: -Wall

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Executable dhall-to-nixpkgs
2020
, aeson >= 1.0.0.0 && < 2.3
2121
, base16-bytestring >= 1.0.0.0
2222
, base64-bytestring >= 1.1.0.0
23-
, bytestring < 0.12
23+
, bytestring < 0.13
2424
, data-fix
2525
, dhall >= 1.42.0 && < 1.43
2626
, foldl < 1.5
@@ -32,7 +32,7 @@ Executable dhall-to-nixpkgs
3232
, neat-interpolation < 0.6
3333
, optparse-applicative >= 0.14.0.0 && < 0.19
3434
, prettyprinter >= 1.7.0 && < 1.8
35-
, text >= 0.11.1.0 && < 2.1
35+
, text >= 0.11.1.0 && < 2.2
3636
, transformers >= 0.2.0.0 && < 0.7
3737
, turtle >= 1.6 && < 1.7
3838
, network-uri < 2.8

dhall-openapi/dhall-openapi.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Executable openapi-to-dhall
4242
directory >= 1.3.0.0 && < 1.4 ,
4343
dhall ,
4444
dhall-openapi ,
45-
filepath >= 1.4 && < 1.5 ,
45+
filepath >= 1.4 && < 1.6 ,
4646
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
4747
megaparsec >= 7.0 && < 10 ,
4848
optparse-applicative >= 0.14.3.0 && < 0.19 ,
@@ -77,12 +77,12 @@ Library
7777
Ghc-Options: -Wall
7878
Build-Depends:
7979
base >= 4.11.0.0 && < 5 ,
80-
aeson >= 1.0.0.0 && < 2.2 ,
81-
containers >= 0.5.8.0 && < 0.7 ,
80+
aeson >= 1.0.0.0 && < 2.3 ,
81+
containers >= 0.5.8.0 && < 0.8 ,
8282
dhall >= 1.38.0 && < 1.43 ,
8383
prettyprinter >= 1.7.0 && < 1.8 ,
8484
scientific >= 0.3.0.0 && < 0.4 ,
8585
sort >= 1.0 && < 1.1 ,
86-
text >= 0.11.1.0 && < 2.1 ,
86+
text >= 0.11.1.0 && < 2.2 ,
8787
vector >= 0.11.0.0 && < 0.14
8888
Default-Language: Haskell2010

dhall-toml/dhall-toml.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Library
3737
base >= 4.12 && < 5 ,
3838
dhall >= 1.39.0 && < 1.43 ,
3939
tomland >= 1.3.2.0 && < 1.4 ,
40-
text >= 0.11.1.0 && < 2.1 ,
41-
containers >= 0.5.9 && < 0.7 ,
40+
text >= 0.11.1.0 && < 2.2 ,
41+
containers >= 0.5.9 && < 0.8 ,
4242
unordered-containers >= 0.2 && < 0.3 ,
4343
prettyprinter >= 1.7.0 && < 1.8 ,
4444
optparse-applicative >= 0.14 && < 0.19
@@ -77,7 +77,7 @@ Test-Suite dhall-toml-test
7777
base ,
7878
dhall ,
7979
dhall-toml ,
80-
tasty < 1.5 ,
80+
tasty < 1.6 ,
8181
tasty-hunit >= 0.2 ,
8282
text ,
8383
tomland

dhall-yaml/dhall-yaml.cabal

Lines changed: 2 additions & 2 deletions
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 && < 1.1 ,
68+
ansi-terminal >= 0.6.3.1 && < 1.2 ,
6969
bytestring ,
7070
dhall ,
7171
dhall-json ,
@@ -90,7 +90,7 @@ Test-Suite tasty
9090
dhall ,
9191
dhall-json ,
9292
dhall-yaml ,
93-
tasty < 1.5,
93+
tasty < 1.6,
9494
tasty-expected-failure < 0.13,
9595
text ,
9696
tasty-hunit >= 0.2

0 commit comments

Comments
 (0)