[MLton-commit] r5396

Vesa Karvonen vesak at mlton.org
Mon Mar 5 22:10:41 PST 2007


Moved basis-rebound.cm from smlnj/workarounds/ to smlnj/ as it isn't a
workaround in the same sense.

----------------------------------------------------------------------

A   mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/basis-rebound.cm
U   mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/bootstrap.cm
D   mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/workarounds/basis-rebound.cm

----------------------------------------------------------------------

Copied: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/basis-rebound.cm (from rev 5395, mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/workarounds/basis-rebound.cm)
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/workarounds/basis-rebound.cm	2007-03-06 06:05:09 UTC (rev 5395)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/basis-rebound.cm	2007-03-06 06:10:41 UTC (rev 5396)
@@ -0,0 +1,12 @@
+(* Copyright (C) 2007 SSH Communications Security, Helsinki, Finland
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+library
+   source(-)
+is
+   ../../detail/common/basis.sml
+   ../../detail/smlnj/basis.sml
+   workarounds/basis.cm

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/bootstrap.cm
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/bootstrap.cm	2007-03-06 06:05:09 UTC (rev 5395)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/bootstrap.cm	2007-03-06 06:10:41 UTC (rev 5396)
@@ -5,8 +5,8 @@
  *)
 
 group
-   library(workarounds/basis-rebound.cm)
+   library(basis-rebound.cm)
    source(-)
 is
    ../../detail/bootstrap.sml
-   workarounds/basis-rebound.cm
+   basis-rebound.cm

Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/workarounds/basis-rebound.cm
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/workarounds/basis-rebound.cm	2007-03-06 06:05:09 UTC (rev 5395)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/smlnj/workarounds/basis-rebound.cm	2007-03-06 06:10:41 UTC (rev 5396)
@@ -1,12 +0,0 @@
-(* Copyright (C) 2007 SSH Communications Security, Helsinki, Finland
- *
- * This code is released under the MLton license, a BSD-style license.
- * See the LICENSE file or http://mlton.org/License for details.
- *)
-
-library
-   source(-)
-is
-   ../../../detail/common/basis.sml
-   ../../../detail/smlnj/basis.sml
-   basis.cm




More information about the MLton-commit mailing list