Skip to content

Instantly share code, notes, and snippets.

@technicalpickles
Created November 28, 2012 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save technicalpickles/4162161 to your computer and use it in GitHub Desktop.
Save technicalpickles/4162161 to your computer and use it in GitHub Desktop.
unison-2.7.57 patch for ocaml 3.12.0 and later (see http://tech.groups.yahoo.com/group/unison-users/message/9348)
Common subdirectories: unison-2.27.57/lwt and unison-2.27.57-patched/lwt
Common subdirectories: unison-2.27.57/ubase and unison-2.27.57-patched/ubase
Common subdirectories: unison-2.27.57/uimac and unison-2.27.57-patched/uimac
Common subdirectories: unison-2.27.57/uimacnew and unison-2.27.57-patched/uimacnew
diff -u unison-2.27.57/update.mli unison-2.27.57-patched/update.mli
--- unison-2.27.57/update.mli 2007-04-01 23:03:20.000000000 -0400
+++ unison-2.27.57-patched/update.mli 2012-11-28 10:55:42.000000000 -0500
@@ -1,7 +1,7 @@
(* Unison file synchronizer: src/update.mli *)
(* Copyright 1999-2007 (see COPYING for details) *)
-module NameMap : Map.S with type key = Name.t
+module NameMap : MyMap.S with type key = Name.t
type archive =
ArchiveDir of Props.t * archive NameMap.t
Common subdirectories: unison-2.27.57/win32rc and unison-2.27.57-patched/win32rc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment