Replace deprecated CamomileLibraryDyn with CamomileLibraryDefault for camomile >= 1.0.0

This commit is contained in:
ncihnegn 2018-07-14 00:56:00 -07:00 committed by Jérémie Dimino
parent 098d2f854b
commit cf8e423f58
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* This file is a part of utop. * This file is a part of utop.
*) *)
open CamomileLibraryDyn.Camomile open CamomileLibraryDefault.Camomile
open Lwt_react open Lwt_react
open LTerm_text open LTerm_text
open LTerm_geom open LTerm_geom

View File

@ -7,7 +7,7 @@
* This file is a part of utop. * This file is a part of utop.
*) *)
open CamomileLibraryDyn.Camomile open CamomileLibraryDefault.Camomile
open Lwt_react open Lwt_react
open LTerm_dlist open LTerm_dlist
open LTerm_text open LTerm_text