Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,
Expand Down
3 changes: 2 additions & 1 deletion dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion dhall-openapi/dhall-openapi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,
Expand Down
3 changes: 2 additions & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,
Expand Down