diff --git a/dhall-docs/dhall-docs.cabal b/dhall-docs/dhall-docs.cabal index c25a2b653..f5f5c03e1 100644 --- a/dhall-docs/dhall-docs.cabal +++ b/dhall-docs/dhall-docs.cabal @@ -72,7 +72,8 @@ Library lens-family-core >= 1.0.0 && < 2.2 , lucid >= 2.9.12 && < 2.10, mmark >= 0.0.7.0 && < 0.8 , - megaparsec >= 7 && < 9.3 , + -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 + megaparsec >= 7 && < 10 , memory < 0.17, path >= 0.7.0 && < 0.10, path-io >= 1.6.0 && < 1.7 , diff --git a/dhall-lsp-server/dhall-lsp-server.cabal b/dhall-lsp-server/dhall-lsp-server.cabal index ae30e55ad..0eb6faf97 100644 --- a/dhall-lsp-server/dhall-lsp-server.cabal +++ b/dhall-lsp-server/dhall-lsp-server.cabal @@ -56,7 +56,8 @@ library , rope-utf16-splay >= 0.3.1.0 && < 0.4 , hslogger >= 1.2.10 && < 1.4 , lens >= 4.16.1 && < 5.1 - , megaparsec >= 7.0.2 && < 9.3 + -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 + , megaparsec >= 7.0.2 && < 10 , mtl >= 2.2.2 && < 2.3 , network-uri >= 2.6.1.0 && < 2.7 , prettyprinter >= 1.7.0 && < 1.8 diff --git a/dhall-nixpkgs/dhall-nixpkgs.cabal b/dhall-nixpkgs/dhall-nixpkgs.cabal index 5228ab376..997dd1f1f 100644 --- a/dhall-nixpkgs/dhall-nixpkgs.cabal +++ b/dhall-nixpkgs/dhall-nixpkgs.cabal @@ -23,7 +23,8 @@ Executable dhall-to-nixpkgs , foldl < 1.5 , hnix >= 0.10.1 && < 0.15 , lens-family-core >= 1.0.0 && < 2.2 - , megaparsec >= 7.0.0 && < 9.3 + -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 + , megaparsec >= 7.0.0 && < 10 , mmorph < 1.3 , neat-interpolation < 0.6 , optparse-applicative >= 0.14.0.0 && < 0.17 diff --git a/dhall-openapi/dhall-openapi.cabal b/dhall-openapi/dhall-openapi.cabal index 545a28acd..11a7f33f0 100644 --- a/dhall-openapi/dhall-openapi.cabal +++ b/dhall-openapi/dhall-openapi.cabal @@ -43,7 +43,8 @@ Executable openapi-to-dhall dhall , dhall-openapi , filepath >= 1.4 && < 1.5 , - megaparsec >= 7.0 && < 9.3 , + -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 + megaparsec >= 7.0 && < 10 , optparse-applicative >= 0.14.3.0 && < 0.17 , parser-combinators , prettyprinter , diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index 40f685c41..1d7d32118 100644 --- a/dhall/dhall.cabal +++ b/dhall/dhall.cabal @@ -495,7 +495,8 @@ Library haskeline >= 0.7.2.1 && < 0.9 , hashable >= 1.2 && < 1.4 , lens-family-core >= 1.0.0 && < 2.2 , - megaparsec >= 7 && < 9.3 , + -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469 + megaparsec >= 7 && < 10 , memory >= 0.14 && < 0.17, mmorph < 1.3 , mtl >= 2.2.1 && < 2.3 ,