[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, fixes/system-ocamlsexp, updated. upstream/0.1.6.deb+a-12-gc5ed6f0

Eugeniy Meshcheryakov eugen at debian.org
Thu Apr 16 19:25:49 UTC 2009


The following commit has been merged in the fixes/system-ocamlsexp branch:
commit db6e2071d82a9d2ea67323c88f33b03d6ecff131
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Thu Apr 16 21:06:37 2009 +0200

    open Sexplib

diff --git a/commons/sexp_common.ml b/commons/sexp_common.ml
index ac5b6a8..2f0c6a0 100644
--- a/commons/sexp_common.ml
+++ b/commons/sexp_common.ml
@@ -1,4 +1,5 @@
 open Common
+open Sexplib
 
 let either_of_sexp__ =
   let _loc = "Xxx.either"
diff --git a/testing.ml b/testing.ml
index 8dffbb7..8777859 100644
--- a/testing.ml
+++ b/testing.ml
@@ -21,6 +21,7 @@
 
 
 open Common
+open Sexplib
 
 (*****************************************************************************)
 (* Test framework *)

-- 
Debian packaging for coccinelle



More information about the Pkg-ocaml-maint-commits mailing list