From 2d55f83ef5b4564b3dd1c31ea5daada788b7df28 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Fri, 23 Jun 2017 18:38:18 +0200 Subject: [PATCH] Add lwt.unix as a dependency to be future proof This bug was reported by Gabriel de Perthuis https://github.com/Chris00/ocaml-csv/pull/18 --- _oasis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_oasis b/_oasis index 982e0b6..28fa557 100644 --- a/_oasis +++ b/_oasis @@ -35,7 +35,7 @@ Library csv_lwt BuildTools: ocamlbuild Modules: Csv_lwt # InternalModules: Csv_utils, Csv_row - BuildDepends: lwt, bytes, csv + BuildDepends: lwt, lwt.unix, bytes, csv FindlibName: lwt FindlibParent: csv