require OCaml 4.08.0 since mirage-crypto depends on 4.08
This commit is contained in:
parent
b07f09ba12
commit
21406965e7
|
@ -10,7 +10,6 @@ env:
|
||||||
- DISTRO=ubuntu
|
- DISTRO=ubuntu
|
||||||
- TESTS=false
|
- TESTS=false
|
||||||
matrix:
|
matrix:
|
||||||
- OCAML_VERSION=4.07
|
|
||||||
- OCAML_VERSION=4.08
|
- OCAML_VERSION=4.08
|
||||||
- OCAML_VERSION=4.09
|
- OCAML_VERSION=4.09
|
||||||
- OCAML_VERSION=4.10
|
- OCAML_VERSION=4.10
|
||||||
|
|
|
@ -7,7 +7,7 @@ bug-reports: "https://github.com/hannesm/albatross/issues"
|
||||||
license: "ISC"
|
license: "ISC"
|
||||||
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" {>= "4.07.0"}
|
"ocaml" {>= "4.08.0"}
|
||||||
"dune"
|
"dune"
|
||||||
"lwt" {>= "3.0.0"}
|
"lwt" {>= "3.0.0"}
|
||||||
"ipaddr" {>= "4.0.0"}
|
"ipaddr" {>= "4.0.0"}
|
||||||
|
|
Loading…
Reference in a new issue