Skip to content

Commit

Permalink
Avoid result < 1.5 when installing, as this breaks on 4.08+ (ocaml#10336
Browse files Browse the repository at this point in the history
)

Signed-off-by: Marek Kubica <marek@tarides.com>
  • Loading branch information
Leonidas-from-XIV authored and Philip White committed Apr 2, 2024
1 parent ddeb6e4 commit 09bd230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ understood by dune language."))
(csexp (>= 1.5.0))
(lwt (>= 5.3.0))
base-unix)
(description "Specialization of dune-rpc to Lwt"))
(description "Specialization of dune-rpc to Lwt")
(conflicts
(result (< 1.5))))

(package
(name dyn)
Expand Down
3 changes: 3 additions & 0 deletions dune-rpc-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ depends: [
"base-unix"
"odoc" {with-doc}
]
conflicts: [
"result" {< "1.5"}
]
dev-repo: "git+https://github.com/ocaml/dune.git"
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 09bd230

Please sign in to comment.