Go to the first, previous, next, last section, table of contents.
Glasgow Haskell is a changing system so there are sure to be bugs in
it. Please report them to
`glasgow-haskell-bugs@dcs.glasgow.ac.uk'! (However, please check
the earlier part of this section to be sure it's not a known
not-really-a problem.)
The name of the bug-reporting game is: facts, facts, facts.
Don't omit them because "Oh, they won't be interested..."
-
What kind of machine are you running on, and exactly what version of the
operating system are you using? (`cat /etc/motd' often shows the desired
information.)
-
What version of GCC are you using? `gcc -v' will tell you.
-
Run the sequence of compiles/runs that caused the offending behaviour,
capturing all the input/output in a "script" (a UNIX command) or in
an Emacs shell window. We'd prefer to see the whole thing.
-
Be sure any Haskell compilations are run with a `-v' (verbose)
flag, so we can see exactly what was run, what versions of things you
have, etc.
-
What is the program behaviour that is wrong, in your opinion?
-
If practical, please send enough source files/interface files for us
to duplicate the problem.
-
If you are a Hero and track down the problem in the compilation-system
sources, please send us whole files (by e-mail or FTP) that we
can compare against some base release.
Go to the first, previous, next, last section, table of contents.