aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ross <unknown>2003-04-11 23:42:54 +0000
committerGravatar ross <unknown>2003-04-11 23:42:54 +0000
commita1666afc1050b50486f04f49ca543204066aa02e (patch)
treee063b9a04bf9774bc19e4d19dd988b41914f485d
parent53b1019e9de76f4dd338e628ebe7a91ae00f8b14 (diff)
[project @ 2003-04-11 23:42:54 by ross]
list modules that don't yet work with Hugs.
-rw-r--r--hugs/exclude10
1 files changed, 10 insertions, 0 deletions
diff --git a/hugs/exclude b/hugs/exclude
new file mode 100644
index 0000000..d3ded73
--- /dev/null
+++ b/hugs/exclude
@@ -0,0 +1,10 @@
+# List of the modules in this package that aren't to be used with Hugs.
+# Only the first word on each line counts; the rest can be explanation.
+#
+System.Posix.Directory
+System.Posix.Process
+System.Posix imports everything else
+System.DL.DLPrim
+System.DL.Module
+System.DL
+System.Sendfile