Skip to content

Commit

Permalink
Allow megaparsec 9.1 and mmorph 1.2 in all the packages (dhall-lang#2258
Browse files Browse the repository at this point in the history
)

The affected packages build fine with
`--allow-newer='hnix:megaparsec,tomland:megaparsec'`.
  • Loading branch information
sjakobi authored Jul 20, 2021
1 parent b842dd9 commit 056e6b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ 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.1 ,
megaparsec >= 7 && < 9.2 ,
memory < 0.17,
path >= 0.7.0 && < 0.10,
path-io >= 1.6.0 && < 1.7 ,
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 @@ -56,7 +56,7 @@ 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.1
, megaparsec >= 7.0.2 && < 9.2
, mtl >= 2.2.2 && < 2.3
, network-uri >= 2.6.1.0 && < 2.7
, prettyprinter >= 1.5.1 && < 1.8
Expand Down
4 changes: 2 additions & 2 deletions dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +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.1
, mmorph < 1.2
, megaparsec >= 7.0.0 && < 9.2
, mmorph < 1.3
, neat-interpolation < 0.6
, optparse-applicative >= 0.14.0.0 && < 0.17
, prettyprinter >= 1.5.1 && < 1.8
Expand Down
2 changes: 1 addition & 1 deletion dhall-openapi/dhall-openapi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Executable openapi-to-dhall
dhall ,
dhall-openapi ,
filepath >= 1.4 && < 1.5 ,
megaparsec >= 7.0 && < 9.1 ,
megaparsec >= 7.0 && < 9.2 ,
optparse-applicative >= 0.14.3.0 && < 0.17 ,
parser-combinators ,
prettyprinter ,
Expand Down

0 comments on commit 056e6b6

Please sign in to comment.