From 527f127b966ce9cadcf2758b073da92b6055495e Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Wed, 28 Aug 2024 14:26:41 +0100 Subject: [PATCH] Relax bounds --- dhall-bash/dhall-bash.cabal | 2 +- dhall-csv/dhall-csv.cabal | 10 +++++----- dhall-docs/dhall-docs.cabal | 6 +++--- dhall-json/dhall-json.cabal | 8 ++++---- dhall-lsp-server/dhall-lsp-server.cabal | 16 ++++++++-------- dhall-nix/dhall-nix.cabal | 4 ++-- dhall-nixpkgs/dhall-nixpkgs.cabal | 4 ++-- dhall-openapi/dhall-openapi.cabal | 8 ++++---- dhall-toml/dhall-toml.cabal | 6 +++--- dhall-yaml/dhall-yaml.cabal | 4 ++-- dhall/dhall.cabal | 18 +++++++++--------- 11 files changed, 43 insertions(+), 43 deletions(-) diff --git a/dhall-bash/dhall-bash.cabal b/dhall-bash/dhall-bash.cabal index 4ee8f62f7..cfd114e79 100644 --- a/dhall-bash/dhall-bash.cabal +++ b/dhall-bash/dhall-bash.cabal @@ -29,7 +29,7 @@ Library Build-Depends: base >= 4.11.0.0 && < 5 , bytestring < 0.13, - containers < 0.7 , + containers < 0.8 , dhall >= 1.42.0 && < 1.43, neat-interpolation < 0.6 , shell-escape < 0.3 , diff --git a/dhall-csv/dhall-csv.cabal b/dhall-csv/dhall-csv.cabal index 9458d493c..576d54b1d 100644 --- a/dhall-csv/dhall-csv.cabal +++ b/dhall-csv/dhall-csv.cabal @@ -33,16 +33,16 @@ Library Hs-Source-Dirs: src Build-Depends: base >= 4.12.0.0 && < 5 , - bytestring < 0.12, + bytestring < 0.13, cassava >= 0.5.0.0 && < 0.6 , - containers >= 0.5.9 && < 0.7 , + containers >= 0.5.9 && < 0.8 , either , exceptions >= 0.8.3 && < 0.11, dhall >= 1.39.0 && < 1.43, - filepath < 1.5 , + filepath < 1.6 , optparse-applicative , prettyprinter >= 1.7.0 && < 1.8 , - text >= 0.11.1.0 && < 2.1 , + text >= 0.11.1.0 && < 2.2 , unordered-containers < 0.3 , vector >= 0.12 && < 0.14 Exposed-Modules: @@ -106,7 +106,7 @@ Test-Suite tasty dhall , dhall-csv , filepath , - tasty < 1.5 , + tasty < 1.6 , tasty-silver < 3.4 , tasty-hunit >= 0.2 , unordered-containers , diff --git a/dhall-docs/dhall-docs.cabal b/dhall-docs/dhall-docs.cabal index 21667169f..874937c35 100644 --- a/dhall-docs/dhall-docs.cabal +++ b/dhall-docs/dhall-docs.cabal @@ -73,7 +73,7 @@ Library directory >= 1.3.0.0 && < 1.4 , dhall >= 1.38.0 && < 1.43, file-embed >= 0.0.10.0 , - filepath >= 1.4 && < 1.5 , + filepath >= 1.4 && < 1.6 , lens-family-core >= 1.0.0 && < 2.2 , lucid >= 2.9.12 && < 2.12, mmark >= 0.0.7.0 && < 0.8 , @@ -126,7 +126,7 @@ Test-Suite doctest Build-Depends: base , directory, - filepath < 1.5 , + filepath < 1.6 , doctest >= 0.7.0 Other-Extensions: OverloadedStrings RecordWildCards Default-Language: Haskell2010 @@ -149,7 +149,7 @@ Test-Suite tasty path , path-io , pretty >= 1.1.1.1 , - tasty < 1.5 , + tasty < 1.6 , tasty-silver < 3.4 , tasty-hunit >= 0.10 && < 0.11, turtle >= 1.6 && < 1.7 , diff --git a/dhall-json/dhall-json.cabal b/dhall-json/dhall-json.cabal index 075263e23..0973138b7 100644 --- a/dhall-json/dhall-json.cabal +++ b/dhall-json/dhall-json.cabal @@ -42,10 +42,10 @@ Library aeson-pretty >= 0.8.0 && < 0.9 , aeson-yaml >= 1.1.0 && < 1.2 , bytestring < 0.13, - containers >= 0.5.9 && < 0.7 , + containers >= 0.5.9 && < 0.8 , dhall >= 1.42.0 && < 1.43, exceptions >= 0.8.3 && < 0.11, - filepath < 1.5 , + filepath < 1.6 , lens-family-core >= 1.0.0 && < 2.2 , optparse-applicative >= 0.14.0.0 && < 0.19, prettyprinter >= 1.7.0 && < 1.8 , @@ -98,7 +98,7 @@ Executable json-to-dhall Build-Depends: base , aeson , - ansi-terminal >= 0.6.3.1 && < 1.1 , + ansi-terminal >= 0.6.3.1 && < 1.2 , bytestring , dhall , dhall-json , @@ -122,7 +122,7 @@ Test-Suite tasty bytestring , dhall , dhall-json , - tasty < 1.5, + tasty < 1.6, text , tasty-hunit >= 0.2, tasty-silver >= 3.0 diff --git a/dhall-lsp-server/dhall-lsp-server.cabal b/dhall-lsp-server/dhall-lsp-server.cabal index 5b2390a3a..79c09815a 100644 --- a/dhall-lsp-server/dhall-lsp-server.cabal +++ b/dhall-lsp-server/dhall-lsp-server.cabal @@ -45,14 +45,14 @@ library aeson >= 1.3.1.1 && < 2.3 , aeson-pretty >= 0.8.7 && < 0.9 , base >= 4.11 && < 5 - , bytestring >= 0.10.8.2 && < 0.12 + , bytestring >= 0.10.8.2 && < 0.13 , co-log-core >= 0.3.1.0 && < 0.4 - , containers >= 0.5.11.0 && < 0.7 + , containers >= 0.5.11.0 && < 0.8 , data-default >= 0.7.1.1 && < 0.8 , directory >= 1.2.2.0 && < 1.4 , dhall >= 1.38.0 && < 1.43 , dhall-json >= 1.4 && < 1.8 - , filepath >= 1.4.2 && < 1.5 + , filepath >= 1.4.2 && < 1.6 , lsp >= 2.1.0.0 && < 2.2 , lens >= 4.16.1 && < 5.4 -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 @@ -60,8 +60,8 @@ library , mtl >= 2.2.2 && < 2.4 , network-uri >= 2.6.1.0 && < 2.7 , prettyprinter >= 1.7.0 && < 1.8 - , text >= 1.2.3.0 && < 2.1 - , text-rope >= 0.2 && < 0.3 + , text >= 1.2.3.0 && < 2.2 + , text-rope >= 0.2 && < 0.4 , transformers >= 0.5.5.0 && < 0.7 , unordered-containers >= 0.2.9.0 && < 0.3 , uri-encode >= 1.5.0.5 && < 1.6 @@ -91,7 +91,7 @@ Test-Suite doctest Build-Depends: base , directory >= 1.3.1.5 && < 1.4 , - filepath < 1.5 , + filepath < 1.6 , doctest >= 0.7.0 , QuickCheck Other-Extensions: OverloadedStrings RecordWildCards @@ -107,8 +107,8 @@ Test-Suite tests lsp-types >= 2.0.1 && < 2.1 , hspec >= 2.7 && < 2.12 , lsp-test >= 0.15.0.0 && < 0.16 , - tasty >= 0.11.2 && < 1.5 , + tasty >= 0.11.2 && < 1.6 , tasty-hspec >= 1.1 && < 1.3 , - text >= 0.11 && < 2.1 + text >= 0.11 && < 2.2 Build-Tool-Depends: dhall-lsp-server:dhall-lsp-server Default-Language: Haskell2010 diff --git a/dhall-nix/dhall-nix.cabal b/dhall-nix/dhall-nix.cabal index 6dca313db..907176d3b 100644 --- a/dhall-nix/dhall-nix.cabal +++ b/dhall-nix/dhall-nix.cabal @@ -27,13 +27,13 @@ Library Hs-Source-Dirs: src Build-Depends: base >= 4.11.0.0 && < 5 , - containers < 0.7 , + containers < 0.8 , data-fix < 0.4 , dhall >= 1.42 && < 1.43, hnix >= 0.16 && < 0.18, lens-family-core >= 1.0.0 && < 2.2 , neat-interpolation < 0.6 , - text >= 0.8.0.0 && < 2.1 + text >= 0.8.0.0 && < 2.2 Exposed-Modules: Dhall.Nix GHC-Options: -Wall diff --git a/dhall-nixpkgs/dhall-nixpkgs.cabal b/dhall-nixpkgs/dhall-nixpkgs.cabal index 3cfe447cc..aea818e20 100644 --- a/dhall-nixpkgs/dhall-nixpkgs.cabal +++ b/dhall-nixpkgs/dhall-nixpkgs.cabal @@ -20,7 +20,7 @@ Executable dhall-to-nixpkgs , aeson >= 1.0.0.0 && < 2.3 , base16-bytestring >= 1.0.0.0 , base64-bytestring >= 1.1.0.0 - , bytestring < 0.12 + , bytestring < 0.13 , data-fix , dhall >= 1.42.0 && < 1.43 , foldl < 1.5 @@ -32,7 +32,7 @@ Executable dhall-to-nixpkgs , neat-interpolation < 0.6 , optparse-applicative >= 0.14.0.0 && < 0.19 , prettyprinter >= 1.7.0 && < 1.8 - , text >= 0.11.1.0 && < 2.1 + , text >= 0.11.1.0 && < 2.2 , transformers >= 0.2.0.0 && < 0.7 , turtle >= 1.6 && < 1.7 , network-uri < 2.8 diff --git a/dhall-openapi/dhall-openapi.cabal b/dhall-openapi/dhall-openapi.cabal index 1bd408c0a..8f6ebc1fd 100644 --- a/dhall-openapi/dhall-openapi.cabal +++ b/dhall-openapi/dhall-openapi.cabal @@ -42,7 +42,7 @@ Executable openapi-to-dhall directory >= 1.3.0.0 && < 1.4 , dhall , dhall-openapi , - filepath >= 1.4 && < 1.5 , + filepath >= 1.4 && < 1.6 , -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 megaparsec >= 7.0 && < 10 , optparse-applicative >= 0.14.3.0 && < 0.19 , @@ -77,12 +77,12 @@ Library Ghc-Options: -Wall Build-Depends: base >= 4.11.0.0 && < 5 , - aeson >= 1.0.0.0 && < 2.2 , - containers >= 0.5.8.0 && < 0.7 , + aeson >= 1.0.0.0 && < 2.3 , + containers >= 0.5.8.0 && < 0.8 , dhall >= 1.38.0 && < 1.43 , prettyprinter >= 1.7.0 && < 1.8 , scientific >= 0.3.0.0 && < 0.4 , sort >= 1.0 && < 1.1 , - text >= 0.11.1.0 && < 2.1 , + text >= 0.11.1.0 && < 2.2 , vector >= 0.11.0.0 && < 0.14 Default-Language: Haskell2010 diff --git a/dhall-toml/dhall-toml.cabal b/dhall-toml/dhall-toml.cabal index a61d620de..9cda76193 100644 --- a/dhall-toml/dhall-toml.cabal +++ b/dhall-toml/dhall-toml.cabal @@ -37,8 +37,8 @@ Library base >= 4.12 && < 5 , dhall >= 1.39.0 && < 1.43 , tomland >= 1.3.2.0 && < 1.4 , - text >= 0.11.1.0 && < 2.1 , - containers >= 0.5.9 && < 0.7 , + text >= 0.11.1.0 && < 2.2 , + containers >= 0.5.9 && < 0.8 , unordered-containers >= 0.2 && < 0.3 , prettyprinter >= 1.7.0 && < 1.8 , optparse-applicative >= 0.14 && < 0.19 @@ -77,7 +77,7 @@ Test-Suite dhall-toml-test base , dhall , dhall-toml , - tasty < 1.5 , + tasty < 1.6 , tasty-hunit >= 0.2 , text , tomland diff --git a/dhall-yaml/dhall-yaml.cabal b/dhall-yaml/dhall-yaml.cabal index d49526bdd..da7c97b31 100644 --- a/dhall-yaml/dhall-yaml.cabal +++ b/dhall-yaml/dhall-yaml.cabal @@ -65,7 +65,7 @@ Executable yaml-to-dhall Build-Depends: base , aeson , - ansi-terminal >= 0.6.3.1 && < 1.1 , + ansi-terminal >= 0.6.3.1 && < 1.2 , bytestring , dhall , dhall-json , @@ -90,7 +90,7 @@ Test-Suite tasty dhall , dhall-json , dhall-yaml , - tasty < 1.5, + tasty < 1.6, tasty-expected-failure < 0.13, text , tasty-hunit >= 0.2 diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index 5de5b2c77..39ba80687 100644 --- a/dhall/dhall.cabal +++ b/dhall/dhall.cabal @@ -207,14 +207,14 @@ Common common base >= 4.11.0.0 && < 5 , aeson >= 1.0.0.0 && < 2.3 , aeson-pretty < 0.9 , - ansi-terminal >= 0.6.3.1 && < 1.1 , + ansi-terminal >= 0.6.3.1 && < 1.2 , atomic-write >= 0.2.0.7 && < 0.3 , base16-bytestring >= 1.0.0.0 , bytestring < 0.13, case-insensitive < 1.3 , cborg >= 0.2.0.0 && < 0.3 , cborg-json >= 0.2.2.0 && < 0.3 , - containers >= 0.5.8.0 && < 0.7 , + containers >= 0.5.8.0 && < 0.8 , contravariant < 1.6 , data-fix < 0.4 , deepseq < 1.6 , @@ -223,10 +223,10 @@ Common common dotgen >= 0.4.2 && < 0.5 , either >= 5 && < 5.1, exceptions >= 0.8.3 && < 0.11, - filepath >= 1.4 && < 1.5 , + filepath >= 1.4 && < 1.6 , half >= 0.2.2.3 && < 0.4 , haskeline >= 0.7.2.1 && < 0.9 , - hashable >= 1.2 && < 1.5 , + hashable >= 1.2 && < 1.6 , indexed-traversable < 0.2 , lens-family-core >= 1.0.0 && < 2.2 , -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 @@ -244,12 +244,12 @@ Common common repline >= 0.4.0.0 && < 0.5 , serialise >= 0.2.0.0 && < 0.3 , scientific >= 0.3.0.0 && < 0.4 , - template-haskell >= 2.13.0.0 && < 2.22, + template-haskell >= 2.13.0.0 && < 2.23, text >= 0.11.1.0 && < 2.2 , text-manipulate >= 0.2.0.1 && < 0.4 , text-short >= 0.1 && < 0.2 , th-lift-instances >= 0.1.13 && < 0.2 , - time >= 1.9 && < 1.13, + time >= 1.9 && < 1.15, transformers >= 0.5.2.0 && < 0.7 , unix-compat >= 0.4.2 && < 0.8 , unordered-containers >= 0.1.3.0 && < 0.3 , @@ -442,14 +442,14 @@ Test-Suite tasty generic-random >= 1.3.0.0 && < 1.6 , http-client , http-client-tls , - QuickCheck >= 2.14 && < 2.15, + QuickCheck >= 2.14 && < 2.16, quickcheck-instances >= 0.3.12 && < 0.4 , special-values < 0.2 , spoon < 0.4 , - tasty >= 0.11.2 && < 1.5 , + tasty >= 0.11.2 && < 1.6 , tasty-expected-failure < 0.13, tasty-hunit >= 0.10 && < 0.11, - tasty-quickcheck >= 0.9.2 && < 0.11, + tasty-quickcheck >= 0.9.2 && < 0.12, tasty-silver < 3.4 , temporary >= 1.2.1 && < 1.4 , turtle >= 1.6 && < 1.7 ,