wyrd/0001-add-camlp-streams-to-dune-config.patch
2024-03-13 00:04:43 -04:00

26 lines
622 B
Diff

From 9f78603d18376e83205c28a597a369fdfcfea0d9 Mon Sep 17 00:00:00 2001
From: Neil Hanlon <neil@rockylinux.org>
Date: Tue, 12 Mar 2024 23:25:12 -0400
Subject: [PATCH] add camlp-streams to dune config
---
dune | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dune b/dune
index 73ff625..92f34e1 100644
--- a/dune
+++ b/dune
@@ -5,7 +5,7 @@
(modules (:standard \ locale))
(flags (:standard -w -3-32))
(ocamlopt_flags (:include ocamlopt_flags.sexp))
- (libraries unix str curses locale yojson))
+ (libraries unix str curses locale yojson camlp-streams))
(library
(name locale)
--
2.44.0