summaryrefslogtreecommitdiff
path: root/ghc/driver/prefix.txt
diff options
context:
space:
mode:
authorsimonpj <unknown>1997-03-14 08:11:17 +0000
committersimonpj <unknown>1997-03-14 08:11:17 +0000
commit1fb1ab5d53a09607e7f6d2450806760688396387 (patch)
treeb437d55fe6dc77a4bb21143be31188b9985793f9 /ghc/driver/prefix.txt
parentfa6fb09e2e4e6918eebc79ed187f32c88817c9db (diff)
downloadhaskell-1fb1ab5d53a09607e7f6d2450806760688396387.tar.gz
[project @ 1997-03-14 07:52:06 by simonpj]
Major update to more-or-less 2.02
Diffstat (limited to 'ghc/driver/prefix.txt')
-rw-r--r--ghc/driver/prefix.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/ghc/driver/prefix.txt b/ghc/driver/prefix.txt
new file mode 100644
index 0000000000..2ca01d140c
--- /dev/null
+++ b/ghc/driver/prefix.txt
@@ -0,0 +1,12 @@
+#
+# This is the driver script for the Glasgow Haskell Compiler.
+#
+# To configure this script to run on your system, you have
+# to set the following three variables (if they have not already
+# been set above):
+#
+#$TOP_PWD='/local/fp/';
+#$INSTLIBDIR_GHC='/local/fp/bin/ghc-2.02';
+#$INSTDATADIR_GHC='/local/fp/lib/ghc-2.02/sparc-sun-sunos4';
+#$PERL='/usr/local/bin/perl';
+#