[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. debian/1.2.2-1-2-gf73ce8e

Stephane Glondu steph at glondu.net
Tue Aug 3 15:32:55 UTC 2010


The following commit has been merged in the master branch:
commit f73ce8eb22e2770f72d7c82a939cc6a2370a2bdb
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Aug 3 09:46:20 2010 -0400

    Revise OCaml 3.12.0 fix

diff --git a/debian/patches/0002-Fix-build-with-OCaml-3.12.0.patch b/debian/patches/0002-Fix-build-with-OCaml-3.12.0.patch
index e30e21a..59521e2 100644
--- a/debian/patches/0002-Fix-build-with-OCaml-3.12.0.patch
+++ b/debian/patches/0002-Fix-build-with-OCaml-3.12.0.patch
@@ -21,7 +21,7 @@ index 0b40904..aa402ca 100644
      | <:ctyp at _loc< $id:id$ >> ->
          <:expr< $id:map_id id$ >>
 -    | <:ctyp at _loc< $a$ $b$ >> ->
-+    | Ast.TyApp (_loc, b, a) ->
++    | <:ctyp at _loc< ($a$ $b$) >> ->
          <:expr< $vprinter_of_ctyp b$ $vprinter_of_ctyp a$ >>
      | <:ctyp at _loc< $tup:t$ >> ->
          let l = Ast.list_of_ctyp t [] in

-- 
ocaml-batteries packaging



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