Created
November 28, 2012 15:57
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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