forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / ocaml-modules / janestreet / sexp.patch
blobe56ce6508db1d83de35aecbd8fb82e4a367ecd3b
1 diff --git a/lazy_list/src/dune b/lazy_list/src/dune
2 index f1650ad..df90914 100644
3 --- a/lazy_list/src/dune
4 +++ b/lazy_list/src/dune
5 @@ -1,2 +1,3 @@
6 (library (name lazy_list) (libraries core_kernel)
7 + (public_name sexp.lazy_list)
8 (preprocess (pps ppx_jane)))
9 \ No newline at end of file
10 diff --git a/sexp_app/pattern/dune b/sexp_app/pattern/dune
11 index b7d2c3b..baf136b 100644
12 --- a/sexp_app/pattern/dune
13 +++ b/sexp_app/pattern/dune
14 @@ -1,4 +1,5 @@
15 (library (name sexp_app_pattern) (libraries core re2 sexplib str)
16 + (public_name sexp.sexp_app_pattern)
17 (preprocess (pps ppx_jane)))
19 (ocamllex lexer)
20 diff --git a/sexp_app/src/dune b/sexp_app/src/dune
21 index b91ff40..a07a4e7 100644
22 --- a/sexp_app/src/dune
23 +++ b/sexp_app/src/dune
24 @@ -1,4 +1,5 @@
25 (library (name sexp_app) (libraries core lazy_list re2 sexplib str)
26 + (public_name sexp.sexp_app)
27 (preprocess (pps ppx_jane -allow-unannotated-ignores)))
29 (ocamllex csv_lexeme)
30 \ No newline at end of file