You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/eliom/files/lwt3.patch

45 lines
1.6 KiB

Index: eliom-6.2.0/pkg/META
===================================================================
--- eliom-6.2.0.orig/pkg/META
+++ eliom-6.2.0/pkg/META
@@ -13,7 +13,7 @@ package "server" (
react,
reactiveData,
tyxml,
- lwt.react,
+ lwt_react,
cryptokit,
reactiveData"
archive(byte) = "server.cma"
@@ -49,7 +49,7 @@ package "client" (
js_of_ocaml.tyxml,
js_of_ocaml.log,
js_of_ocaml.weak,
- lwt.react,
+ lwt_react,
react,
reactiveData,
tyxml.functor"
Index: eliom-6.2.0/src/_tags
===================================================================
--- eliom-6.2.0.orig/src/_tags
+++ eliom-6.2.0/src/_tags
@@ -11,7 +11,7 @@ true:keep_locs
<lib/server/*.ml{,i}>:thread
<lib/server/*.ml{,i}>:package(lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor)
-<lib/server/*.ml{,i}>:package(react,js_of_ocaml)
+<lib/server/*.ml{,i}>:package(lwt_react,react,js_of_ocaml)
<lib/server/*.ml{,i}>:package(js_of_ocaml.deriving.ppx)
@@ -24,7 +24,7 @@ true:keep_locs
<lib/client/*.ml{,i}>: eliom_ppx
<lib/client/*.ml{,i}>:package(ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base)
<lib/client/*.ml{,i}>:package(deriving.runtime,js_of_ocaml.deriving)
-<lib/client/*.ml{,i}>:package(lwt.react,tyxml.functor,js_of_ocaml.tyxml)
+<lib/client/*.ml{,i}>:package(lwt_react,tyxml.functor,js_of_ocaml.tyxml)
<lib/client/*.ml{,i}>:package(react,js_of_ocaml,reactiveData)
<lib/client/*.ml{,i}>:package(js_of_ocaml.deriving.ppx)