Skip to content

Commit

Permalink
Allow bytestring 0.11 (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Feb 12, 2021
1 parent a60c2d1 commit ca5dd66
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dhall-bash/dhall-bash.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.11.0.0 && < 5 ,
bytestring < 0.11,
bytestring < 0.12,
containers < 0.7 ,
dhall >= 1.36.0 && < 1.39,
neat-interpolation < 0.6 ,
Expand Down
2 changes: 1 addition & 1 deletion dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.11.0.0 && < 5 ,
bytestring < 0.11,
bytestring < 0.12,
containers ,
cryptonite < 0.29,
directory >= 1.3.0.0 && < 1.4 ,
Expand Down
6 changes: 3 additions & 3 deletions dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Library
aeson >= 1.4.6.0 && < 1.6 ,
aeson-pretty < 0.9 ,
aeson-yaml >= 1.1.0 && < 1.2 ,
bytestring < 0.11,
bytestring < 0.12,
containers >= 0.5.9 && < 0.7 ,
dhall >= 1.38.0 && < 1.39,
exceptions >= 0.8.3 && < 0.11,
Expand Down Expand Up @@ -71,7 +71,7 @@ Executable dhall-to-json
base ,
aeson ,
aeson-pretty >= 0.8.5 && < 0.9 ,
bytestring < 0.11,
bytestring ,
dhall ,
dhall-json ,
optparse-applicative ,
Expand Down Expand Up @@ -99,7 +99,7 @@ Executable json-to-dhall
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 0.12,
bytestring < 0.11,
bytestring ,
dhall ,
dhall-json ,
exceptions >= 0.8.3 && < 0.11,
Expand Down
2 changes: 1 addition & 1 deletion dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ library
aeson >= 1.3.1.1 && < 1.6
, aeson-pretty >= 0.8.7 && < 0.9
, base >= 4.11 && < 5
, bytestring >= 0.10.8.2 && < 0.11
, bytestring >= 0.10.8.2 && < 0.12
, containers >= 0.5.11.0 && < 0.7
, data-default >= 0.7.1.1 && < 0.8
, directory >= 1.2.2.0 && < 1.4
Expand Down
4 changes: 2 additions & 2 deletions dhall-yaml/dhall-yaml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Library
HsYAML-aeson >= 0.2 && < 0.3 ,
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 1.6 ,
bytestring < 0.11,
bytestring < 0.12,
dhall >= 1.31.0 && < 1.39,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.17,
Expand Down Expand Up @@ -67,7 +67,7 @@ Executable yaml-to-dhall
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 0.12,
bytestring < 0.11,
bytestring ,
dhall ,
dhall-json ,
dhall-yaml ,
Expand Down
4 changes: 2 additions & 2 deletions dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ Library
aeson-pretty < 0.9 ,
ansi-terminal >= 0.6.3.1 && < 0.12,
atomic-write >= 0.2.0.7 && < 0.3 ,
bytestring < 0.11,
bytestring < 0.12,
case-insensitive < 1.3 ,
cborg >= 0.2.0.0 && < 0.3 ,
cborg-json >= 0.2.2.0 && < 0.3 ,
Expand Down Expand Up @@ -657,7 +657,7 @@ Test-Suite tasty
Dhall.Test.Util
Build-Depends:
base >= 4 && < 5 ,
bytestring < 0.11,
bytestring ,
cborg >= 0.2.0.0 && < 0.3 ,
containers ,
data-fix ,
Expand Down

0 comments on commit ca5dd66

Please sign in to comment.