Skip to content

Commit

Permalink
Set dependency version on angstrom pkg to the pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Sep 23, 2022
1 parent feb90cf commit a846ffd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angstrom-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: [
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "3.0"}
"angstrom" {>= "0.7.0"}
"angstrom" {= version}
"async" {>= "v0.10.0"}
"core_bench" {with-test}
"core_unix" {with-test & >= "v0.15.0"}
Expand Down
2 changes: 1 addition & 1 deletion angstrom-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "3.0"}
"angstrom"
"angstrom" {= version}
"lwt"
"base-unix"
"core_bench" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion angstrom-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "3.0"}
"angstrom"
"angstrom" {= version}
"base-unix"
]
synopsis: "Unix support for Angstrom"

0 comments on commit a846ffd

Please sign in to comment.