Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
6873ca83
Commit
6873ca83
authored
24 years ago
by
Reuben Thomas
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2000-07-20 10:34:42 by rrt]
Updated instructions for Windows install to reflect reality as of v4.08.
parent
895007f9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/docs/users_guide/installing.sgml
+5
-27
5 additions, 27 deletions
ghc/docs/users_guide/installing.sgml
with
5 additions
and
27 deletions
ghc/docs/users_guide/installing.sgml
+
5
−
27
View file @
6873ca83
...
...
@@ -777,7 +777,8 @@ Download a GHC distribution:
<VariableList>
<VarListEntry>
<Term>ghc-4.045—InstallShield installer, 10M: <ULink URL="http://www.dcs.gla.ac.uk/~sof/ghc-4.045-win32-IS.zip">http</ULink> or <ULink URL="ftp://ftp.dcs.gla.ac.uk/pub/haskell/glasgow/4.04/ghc-4.045-win32-IS.zip">ftp</ULink>
<Term>ghc-4.08—InstallShield installer, 20M: <ULink
URL="http://www.haskell.org/ghc/dist/ghc-4-08.exe">http</ULink>
</Term>
<ListItem>
...
...
@@ -799,7 +800,8 @@ When the installer has completed its job, you may delete the
<Para>
When the installer has completed, make sure you add the location of the
ghc <Filename>bin/</Filename> directory to your path (i.e. <Filename>/path/to/wherever/ghc-4.05/bin </Filename>).
ghc <Filename>bin/</Filename> directory to your path (i.e.
<Filename>/path/to/wherever/ghc-4.08/bin </Filename>).
You need to do this in order to bring the various GHC DLLs into scope;
if not, then you need to copy the DLLs into a directory that is (the
system directory, for example).
...
...
@@ -814,30 +816,6 @@ ghc <Filename>bin/</Filename> into your <Filename>/bin</Filename> directory befo
</VarListEntry>
<VarListEntry>
<Term>
ghc-4.045 - gzip'ed tarfile, 7.5M: <ULink URL="http://www.dcs.gla.ac.uk/~sof/ghc-4.045-win32.tar.gz">
http</ULink> or <ULink URL="ftp://ftp.dcs.gla.ac.uk/pub/haskell/glasgow/4.04/ghc-4.045-win32.tar.gz">ftp</ULink>
</Term>
<ListItem>
<Para>
A `normal' GHC binary distribution packaged up as a compressed tar file.
If you're already accustomed to installing and using GHC distributions
on other platforms, the setup should be familiar to you, I
hope. Unpack and read the INSTALL file contained in the
distribution for instructions on how to set it up.
</Para>
<Para>
Notice that the top directory of the distribution contains
(rather clumsily) a perl binary (version 5.005_02). If you
haven't already got a working perl, install this somewhere
along your path too.
</Para>
</ListItem>
</VarListEntry>
</VariableList>
<Para>
...
...
@@ -854,7 +832,7 @@ bash$ cat main.hs
module Main(main) where
main = putStrLn "Hello, world!"
bash$ /path/to/the/ghc/bin/directory/ghc-4.0
5
-o main main.hs
bash$ /path/to/the/ghc/bin/directory/ghc-4.0
8
-o main main.hs
..
bash$ ./main
Hello, world!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment