openbsd-ports/devel/ocaml-dose/patches/patch-algo_statistics_ml
avsm c080173e33 update to ocaml-dose-3.3
Includes local patches for OPAM compatibility, as with the previous version

ok jca@, tested by krw@ daniel@ jsg@
2015-08-30 15:56:12 +00:00

13 lines
424 B
Plaintext

$OpenBSD: patch-algo_statistics_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- algo/statistics.ml.orig Tue Nov 18 11:42:46 2014
+++ algo/statistics.ml Mon Aug 3 18:07:28 2015
@@ -22,7 +22,7 @@ open Graph
open ExtLib
open Common
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "algo/statistics.ml" end) ;;
module Make (G: Sig.I ) = struct
module VS = Set.Make (G.V)