Skip to content
Open
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
18 changes: 9 additions & 9 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(description "\nOcaml-solidity provides a Solidity parser and typechecker\n")
(depends
(ocaml (>= 4.08.0))
(solidity-common (= version))
(solidity-common (= :version))
(hex ( >= 1 ))
menhir
ppx_inline_test
Expand All @@ -62,8 +62,8 @@
(depends
(ocaml (>= 4.08.0))
(uutf ( >= 1 ))
(solidity-parser (= version))
(solidity-common (= version))
(solidity-parser (= :version))
(solidity-common (= :version))
ez_hash
ppx_inline_test
ppx_expect
Expand All @@ -78,9 +78,9 @@
(description "\nOcaml-solidity provides a Solidity parser and typechecker\n")
(depends
(ocaml (>= 4.08.0))
(solidity-typechecker (= version))
(solidity-parser (= version))
(solidity-common (= version))
(solidity-typechecker (= :version))
(solidity-parser (= :version))
(solidity-common (= :version))
ppx_inline_test
ppx_expect
odoc
Expand All @@ -94,9 +94,9 @@
(description "\nOcaml-solidity provides a Solidity parser and typechecker\n")
(depends
(ocaml (>= 4.08.0))
(solidity-typechecker (= version))
(solidity-parser (= version))
(solidity-common (= version))
(solidity-typechecker (= :version))
(solidity-parser (= :version))
(solidity-common (= :version))
(alcotest ( >= 1.2 ))
ppx_inline_test
ppx_expect
Expand Down