Fix issue 5: Bitstring cannot be used with other syntax extensions when using ocamlfind
authorRichard W.M. Jones <rich@annexia.org>
Mon, 11 Jan 2010 13:05:01 +0000 (13:05 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Mon, 11 Jan 2010 13:05:01 +0000 (13:05 +0000)
META.in

diff --git a/META.in b/META.in
index 6e99669..5c54cef 100644 (file)
--- a/META.in
+++ b/META.in
@@ -15,8 +15,8 @@ package "persistent" (
 
 package "syntax" (
   version = "@PACKAGE_VERSION@"
+  requires = "camlp4"
   description = "Syntax extension: bitstring operators"
   archive(syntax,preprocessor) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
   archive(syntax,toploop) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
-  preprocessor = "camlp4of"
 )