Skip to content

Commit

Permalink
opam: fix ocaml-version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Sep 24, 2018
1 parent 0417933 commit 3624584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ depends: [
"lwt" {test}
]

available: ["ocaml-version" >= "4.06.0"]
available: [ocaml-version >= "4.06.0" & ocaml-version < "4.07.0"]

0 comments on commit 3624584

Please sign in to comment.