[MLton-commit] r6133
Vesa Karvonen
vesak at mlton.org
Wed Nov 7 17:08:01 PST 2007
Added a UseLib (org/mlton/vesak/use-lib) use file for the library.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/prettier/unstable/README
A mltonlib/trunk/com/ssh/prettier/unstable/lib.use
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/prettier/unstable/README
===================================================================
--- mltonlib/trunk/com/ssh/prettier/unstable/README 2007-11-08 01:05:52 UTC (rev 6132)
+++ mltonlib/trunk/com/ssh/prettier/unstable/README 2007-11-08 01:08:01 UTC (rev 6133)
@@ -42,7 +42,7 @@
This directory contains examples related to this library.
- lib.{cm,mlb}
+ lib.{cm,mlb,use}
These build files define the library.
Added: mltonlib/trunk/com/ssh/prettier/unstable/lib.use
===================================================================
--- mltonlib/trunk/com/ssh/prettier/unstable/lib.use 2007-11-08 01:05:52 UTC (rev 6132)
+++ mltonlib/trunk/com/ssh/prettier/unstable/lib.use 2007-11-08 01:08:01 UTC (rev 6133)
@@ -0,0 +1,11 @@
+(* Copyright (C) 2007 Vesa Karvonen
+ *
+ * This code is released under the MLton license, a BSD-style license.
+ * See the LICENSE file or http://mlton.org/License for details.
+ *)
+
+lib {reqs = ["../../extended-basis/unstable/basis.use"],
+ self = ["public/prettier.sig",
+ "detail/prettier.sml",
+ "public/export.sml",
+ "public/infixes.sml"]} ;
Property changes on: mltonlib/trunk/com/ssh/prettier/unstable/lib.use
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the MLton-commit
mailing list