Skip to content

Commit

Permalink
Move menhir version to 20230415 to ease windows cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Sep 17, 2023
1 parent f9a344a commit 2368621
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .drom
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version:0.9.0

# hash of toml configuration files
# used for generation of all files
704ff33fe81d2283b6fb83bf38fd258e:.
b702e5529a16cf2d07b69012566f7071:.
# end context for .

# begin context for .github/workflows/workflow.yml
Expand Down Expand Up @@ -80,7 +80,7 @@ c8281f46ba9a11d0b61bc8ef67eaa357:docs/style.css

# begin context for dune-project
# file dune-project
ee62251347488c11c3742f152edc1cbe:dune-project
04194ca260cbfc6524d5d64a4e935d69:dune-project
# end context for dune-project

# begin context for opam/cobol_ast.opam
Expand Down Expand Up @@ -115,7 +115,7 @@ ee62251347488c11c3742f152edc1cbe:dune-project

# begin context for opam/cobol_parser.opam
# file opam/cobol_parser.opam
6d3c6e64262a9c24c13162ce387faf77:opam/cobol_parser.opam
f74597b71bd29a3e384359d155d92ab1:opam/cobol_parser.opam
# end context for opam/cobol_parser.opam

# begin context for opam/cobol_preproc.opam
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
(cobol_preproc (= version))
(cobol_common (= version))
(cobol_ast (= version))
(menhir ( = 20220210 ))
(menhir ( = 20230415 ))
ppx_inline_test
ppx_expect
odoc
Expand Down
2 changes: 1 addition & 1 deletion opam/cobol_parser.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ depends: [
"cobol_preproc" {= version}
"cobol_common" {= version}
"cobol_ast" {= version}
"menhir" {= "20220210"}
"menhir" {= "20230415"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion opam/osx/cobol_parser-osx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ depends: [
"cobol_preproc-osx" {= version}
"cobol_common-osx" {= version}
"cobol_ast-osx" {= version}
"menhir" {= "20220210"}
"menhir" {= "20230415"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion opam/windows/cobol_parser-windows.opam
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ depends: [
"cobol_preproc-windows" {= version}
"cobol_common-windows" {= version}
"cobol_ast-windows" {= version}
"menhir" {= "20220210"}
"menhir" {= "20230415"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion src/lsp/cobol_parser/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ version = ">=1.2"

# package tools dependencies
[tools]
menhir = "=20220210"
menhir = "=20230415"

# package fields (depends on package skeleton)
#Examples:
Expand Down

0 comments on commit 2368621

Please sign in to comment.