mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
4f6ddfdd23
- ocamlPackages.tls*: 0.15.2 -> 0.15.3 - ocamlPackages.bistro: unstable-2021-11-13 -> unstable-2022-05-07 - ocamlPackages.phylogenetics: 0.1.0 -> unstable-2022-05-06
14 lines
363 B
Diff
14 lines
363 B
Diff
diff --git a/src/dune b/src/dune
|
|
index a50b09a..54cc770 100644
|
|
--- a/src/dune
|
|
+++ b/src/dune
|
|
@@ -1,7 +1,7 @@
|
|
(library
|
|
(name flitter)
|
|
(wrapped false)
|
|
- (libraries core lwt.unix notty notty.unix re color sexp_pretty)
|
|
+ (libraries core core_kernel.caml_unix lwt.unix notty notty.unix re color sexp_pretty)
|
|
(preprocess (pps lwt_ppx ppx_sexp_conv))
|
|
)
|
|
|