Skip to content

Commit

Permalink
Merge pull request #5 from lefessan/z-2021-04-26-fix-ez-hash
Browse files Browse the repository at this point in the history
Add dep on menhir in opam
  • Loading branch information
lefessan authored Apr 26, 2021
2 parents d6a301e + a6ecbaf commit 08d3367
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drom
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# hash of toml configuration files
# used for generation of all files
f9527fe622490bf6fd0b4101b196f81a:.
5aa9e9140aea0eb0ab9b5e53fa11368a:.
# end context for .

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

# begin context for dune-project
# file dune-project
f63073b4dde70da2c99ed3e9b024c51c:dune-project
69a4118b7c0f36150ece20f7a0916777:dune-project
# end context for dune-project

# begin context for ez_hash.opam
Expand All @@ -122,7 +122,7 @@ e5bff74bc5169653856e9e91d599e304:ocaml-solidity-checker.opam

# begin context for ocaml-solidity-parser.opam
# file ocaml-solidity-parser.opam
7e527eee5dc10616daa6d8ed5d0d10c0:ocaml-solidity-parser.opam
f2ac5efbea27eb1451ab646367436e7d:ocaml-solidity-parser.opam
# end context for ocaml-solidity-parser.opam

# begin context for ocaml-solidity-test.opam
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
(ocaml (>= 4.08.0))
ocaml-solidity-common
hex
menhir
ppx_inline_test
ppx_expect
odoc
Expand Down
1 change: 1 addition & 0 deletions ocaml-solidity-parser.opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ depends: [
"dune" {>= "2.6.0"}
"ocaml-solidity-common" {}
"hex" {}
"menhir" {}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion src/ocaml-solidity-parser/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ocaml-solidity-common = ""

# package tools dependencies
[tools]
# ...
menhir = ""

# package fields (depends on package skeleton)
[fields]
Expand Down

0 comments on commit 08d3367

Please sign in to comment.