Skip to content

Commit

Permalink
Merge pull request #112 from cfcs/deprecation_warning
Browse files Browse the repository at this point in the history
String.create: get rid of deprecation warning
  • Loading branch information
samoht authored Apr 8, 2018
2 parents 112994e + a5fa582 commit 0c1958b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ env:
global:
- PINS="vchan:. vchan-unix:. vchan-xen:."
matrix:
- PACKAGE="vchan" DISTRO="debian-stable" OCAML_VERSION="4.03.0"
- PACKAGE="vchan-unix" DISTRO="debian-testing" OCAML_VERSION="4.03.0"
- PACKAGE="vchan-xen" DISTRO="debian-unstable" OCAML_VERSION="4.03.0"
- PACKAGE="vchan" DISTRO="debian-stable" OCAML_VERSION="4.04.2"
- PACKAGE="vchan-unix" DISTRO="debian-testing" OCAML_VERSION="4.04.2"
- PACKAGE="vchan-xen" DISTRO="debian-unstable" OCAML_VERSION="4.04.2"
- PACKAGE="vchan" DISTRO="debian-stable" OCAML_VERSION="4.05.0"
- PACKAGE="vchan-unix" DISTRO="debian-testing" OCAML_VERSION="4.05.0"
- PACKAGE="vchan-xen" DISTRO="debian-unstable" OCAML_VERSION="4.05.0"
4 changes: 2 additions & 2 deletions vchan-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ depends: [
"io-page"
"mirage-flow-lwt" {>= "1.0.0"}
"xenstore" {>= "1.2.2"}
"xenstore_transport"
"xenstore_transport" {>= "1.0.0"}
"xen-evtchn-unix"
"xen-gnt-unix"
"sexplib"
"cmdliner"
"result"
"ounit" {test}
]
available: [ocaml-version >= "4.02.0"]
available: [ocaml-version >= "4.04.0"]
tags: "org:mirage"
4 changes: 2 additions & 2 deletions vchan-xen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ depends: [
"mirage-flow-lwt" {>= "1.0.0"}
"xenstore" {>= "1.2.2"}
"mirage-xen"
"xenstore_transport"
"xenstore_transport" {>= "1.0.0"}
"sexplib"
"cmdliner"
"result"
"ounit" {test}
]
available: [ocaml-version >= "4.02.0"]
available: [ocaml-version >= "4.04.0"]
tags: "org:mirage"
4 changes: 2 additions & 2 deletions vchan.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ depends: [
"io-page"
"mirage-flow-lwt" {>= "1.0.0"}
"xenstore" {>= "1.2.2"}
"xenstore_transport"
"xenstore_transport" {>= "1.0.0"}
"sexplib"
"cmdliner"
"result"
"ounit" {test}
]
available: [ocaml-version >= "4.02.0"]
available: [ocaml-version >= "4.04.0"]
tags: "org:mirage"

0 comments on commit 0c1958b

Please sign in to comment.