Skip to content

Commit 277d8b1

Browse files
authored
fix: bump dependencies for GHC 9.8 (#2569)
1 parent 7924082 commit 277d8b1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dhall-docs/dhall-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Library
6565
Build-Depends:
6666
base >= 4.11.0.0 && < 5 ,
6767
base16-bytestring >= 1.0.0.0 ,
68-
bytestring < 0.12,
68+
bytestring < 0.13,
6969
containers ,
7070
cryptohash-sha256 ,
7171
directory >= 1.3.0.0 && < 1.4 ,
@@ -81,7 +81,7 @@ Library
8181
-- path-io follows SemVer: https://github.com/mrkkrp/path-io/issues/68
8282
path-io >= 1.6.0 && < 2 ,
8383
prettyprinter >= 1.7.0 && < 1.8 ,
84-
text >= 0.11.1.0 && < 2.1 ,
84+
text >= 0.11.1.0 && < 2.2 ,
8585
transformers >= 0.2.0.0 && < 0.7 ,
8686
mtl >= 2.2.1 && < 2.4 ,
8787
optparse-applicative >= 0.14.0.0 && < 0.19

dhall-json/dhall-json.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Library
4141
aeson >= 1.4.6.0 && < 2.2 ,
4242
aeson-pretty >= 0.8.0 && < 0.9 ,
4343
aeson-yaml >= 1.1.0 && < 1.2 ,
44-
bytestring < 0.12,
44+
bytestring < 0.13,
4545
containers >= 0.5.9 && < 0.7 ,
4646
dhall >= 1.42.0 && < 1.43,
4747
exceptions >= 0.8.3 && < 0.11,
@@ -50,7 +50,7 @@ Library
5050
optparse-applicative >= 0.14.0.0 && < 0.19,
5151
prettyprinter >= 1.7.0 && < 1.8 ,
5252
scientific >= 0.3.0.0 && < 0.4 ,
53-
text >= 0.11.1.0 && < 2.1 ,
53+
text >= 0.11.1.0 && < 2.2 ,
5454
unordered-containers < 0.3 ,
5555
vector
5656
Exposed-Modules:

dhall-yaml/dhall-yaml.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Library
3535
HsYAML-aeson >= 0.2 && < 0.3 ,
3636
base >= 4.11.0.0 && < 5 ,
3737
aeson >= 1.0.0.0 && < 2.2 ,
38-
bytestring < 0.12,
38+
bytestring < 0.13,
3939
dhall >= 1.31.0 && < 1.43,
4040
dhall-json >= 1.6.0 && < 1.8 ,
4141
optparse-applicative >= 0.14.0.0 && < 0.19,
42-
text >= 0.11.1.0 && < 2.1 ,
42+
text >= 0.11.1.0 && < 2.2 ,
4343
vector
4444
Exposed-Modules:
4545
Dhall.Yaml

0 commit comments

Comments
 (0)