Replace deprecated CamomileLibraryDyn with CamomileLibraryDefault for camomile >= 1.0.0
This commit is contained in:
parent
098d2f854b
commit
cf8e423f58
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue