Skip to content

Commit

Permalink
deps: switch lwt-core dependency to lwt
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Mar 11, 2016
1 parent 81a94b2 commit ad3a917
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Library aws_lwt
Pack: true
Build$: flag(lwt)
Modules: Runtime
BuildDepends: aws, cohttp.lwt-core, lwt, ssl
BuildDepends: aws, cohttp.lwt, lwt, ssl

Library aws_async
Path: async
Expand Down
4 changes: 2 additions & 2 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: d2186fc32d7bb905a293e204af3a521a)
# DO NOT EDIT (digest: 52d521389e77d638178cffeee895b6dd)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
Expand All @@ -24,7 +24,7 @@ true: annot, bin_annot
"lwt/aws_lwt.cmxs": use_aws_lwt
"lwt/runtime.cmx": for-pack(Aws_lwt)
<lwt/*.ml{,i,y}>: pkg_calendar
<lwt/*.ml{,i,y}>: pkg_cohttp.lwt-core
<lwt/*.ml{,i,y}>: pkg_cohttp.lwt
<lwt/*.ml{,i,y}>: pkg_ezxmlm
<lwt/*.ml{,i,y}>: pkg_lwt
<lwt/*.ml{,i,y}>: pkg_nocrypto
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 8c6d649992d2e768ebd58da8ae67e086)
# DO NOT EDIT (digest: 55a277d8424bcb1cbf23575f6be8281e)
version = "1.0.0"
description = "Amazon Web Services SDK"
requires = "ezxmlm nocrypto calendar uri"
Expand All @@ -11,7 +11,7 @@ exists_if = "aws.cma"
package "lwt" (
version = "1.0.0"
description = "Amazon Web Services SDK"
requires = "aws cohttp.lwt-core lwt ssl"
requires = "aws cohttp.lwt lwt ssl"
archive(byte) = "aws_lwt.cma"
archive(byte, plugin) = "aws_lwt.cma"
archive(native) = "aws_lwt.cmxa"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 8fc121e2c341536b382fb4e00ead38b6) *)
(* DO NOT EDIT (digest: f7e5c7142eb8e2ef14c07b72409b1d1c) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6857,7 +6857,7 @@ let setup_t =
bs_build_depends =
[
InternalLibrary "aws";
FindlibPackage ("cohttp.lwt-core", None);
FindlibPackage ("cohttp.lwt", None);
FindlibPackage ("lwt", None);
FindlibPackage ("ssl", None)
];
Expand Down Expand Up @@ -6964,7 +6964,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\161[r\012\210\237\163|\238\026\179-\194\197\132r";
oasis_digest = Some "H_Z9\135\228\148\249\"{\164,\195*0\198";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit ad3a917

Please sign in to comment.