Skip to content

Commit

Permalink
added ocaml-version < "4.06.0" to spotlib.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Furuse committed Jan 12, 2018
1 parent e877ab2 commit 414642e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ depends: [
"ppx_test" { >= "1.4.1" & < "1.6.0" }
]
available: [
ocaml-version >= "4.04.0"
ocaml-version >= "4.04.0" & ocaml-version < "4.06.0"
]

0 comments on commit 414642e

Please sign in to comment.