Skip to content

Commit 056e6b6

Browse files
authored
Allow megaparsec 9.1 and mmorph 1.2 in all the packages (#2258)
The affected packages build fine with `--allow-newer='hnix:megaparsec,tomland:megaparsec'`.
1 parent b842dd9 commit 056e6b6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dhall-docs/dhall-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Library
7272
lens-family-core >= 1.0.0 && < 2.2 ,
7373
lucid >= 2.9.12 && < 2.10,
7474
mmark >= 0.0.7.0 && < 0.8 ,
75-
megaparsec >= 7 && < 9.1 ,
75+
megaparsec >= 7 && < 9.2 ,
7676
memory < 0.17,
7777
path >= 0.7.0 && < 0.10,
7878
path-io >= 1.6.0 && < 1.7 ,

dhall-lsp-server/dhall-lsp-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library
5656
, rope-utf16-splay >= 0.3.1.0 && < 0.4
5757
, hslogger >= 1.2.10 && < 1.4
5858
, lens >= 4.16.1 && < 5.1
59-
, megaparsec >= 7.0.2 && < 9.1
59+
, megaparsec >= 7.0.2 && < 9.2
6060
, mtl >= 2.2.2 && < 2.3
6161
, network-uri >= 2.6.1.0 && < 2.7
6262
, prettyprinter >= 1.5.1 && < 1.8

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Executable dhall-to-nixpkgs
2323
, foldl < 1.5
2424
, hnix >= 0.10.1 && < 0.15
2525
, lens-family-core >= 1.0.0 && < 2.2
26-
, megaparsec >= 7.0.0 && < 9.1
27-
, mmorph < 1.2
26+
, megaparsec >= 7.0.0 && < 9.2
27+
, mmorph < 1.3
2828
, neat-interpolation < 0.6
2929
, optparse-applicative >= 0.14.0.0 && < 0.17
3030
, prettyprinter >= 1.5.1 && < 1.8

dhall-openapi/dhall-openapi.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Executable openapi-to-dhall
4343
dhall ,
4444
dhall-openapi ,
4545
filepath >= 1.4 && < 1.5 ,
46-
megaparsec >= 7.0 && < 9.1 ,
46+
megaparsec >= 7.0 && < 9.2 ,
4747
optparse-applicative >= 0.14.3.0 && < 0.17 ,
4848
parser-combinators ,
4949
prettyprinter ,

0 commit comments

Comments
 (0)