about summary refs log tree commit diff
path: root/pkgs/tools/misc/flitter/flitter.patch
blob: f59b8a22eb67675cfb22417dbedbcc2fed5245be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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))
   )