Conflict with oasis 0.4.7

This commit is contained in:
Leonid Rozenberg 2016-10-07 12:36:30 -04:00
parent 776f14aeb9
commit b3d617eef8
1 changed files with 2 additions and 1 deletions

3
opam
View File

@ -29,8 +29,9 @@ depends: [
"lwt"
"react" {>= "1.0.0"}
"cppo" {>= "1.1.2"}
"oasis" {build & >= "0.3.0" & <= "0.4.6"}
"oasis" {build & >= "0.3.0"}
]
conflicts: [ "oasis" {= "0.4.7"} ]
depopts: [
"camlp4"
"ppx_tools"