Skip to content

Commit

Permalink
base is not compatible with ocaml 4.07
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Apr 12, 2018
1 parent c59ce8a commit 4c74ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/base/base.v0.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ depends: [
depopts: [
"base-native-int63"
]
available: [ ocaml-version >= "4.04.1" ]
available: [ ocaml-version >= "4.04.1" & ocaml-version < "4.07.0" ]
2 changes: 1 addition & 1 deletion packages/base/base.v0.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ depends: [
depopts: [
"base-native-int63"
]
available: [ ocaml-version >= "4.04.1" ]
available: [ ocaml-version >= "4.04.1" & ocaml-version < "4.07.0" ]
2 changes: 1 addition & 1 deletion packages/base/base.v0.9.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ depends: [
"sexplib" {>= "v0.9.3" & < "v0.10"}
]
depopts: "base-native-int63"
available: [ocaml-version >= "4.03.0"]
available: [ocaml-version >= "4.03.0" & ocaml-version < "4.07.0"]

0 comments on commit 4c74ec1

Please sign in to comment.