| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Started to convert the users guide to DocBook XML. Not yet finished, there are
still *tons* of misplaced indexterms, but some sensible documentation can
already be generated.
|
|
|
|
|
| |
DocBook XML is case-sensitive. Note that this is still not correct DocBook, tons
of indexterm elements within varlistentries are still misplaced.
|
|
|
|
| |
xmlize sgml docbooks
|
|
|
|
| |
Typo
|
|
|
|
|
| |
Update version numbering policy: we now allow snapshots along the
stable branch (eg. 6.2.20040229).
|
|
|
|
| |
Update comp.lang.functional FAQ URL.
|
|
|
|
| |
Update version numbering policy
|
|
|
|
|
|
|
| |
Various hacking on the User's Guide to knock it into shape for the release.
Committers: please take a look at the 5.04 release notes and feel free
to tweak or embelish the description for your favourite new feature.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allow infix type constructors
This commit adds infix type constructors (but not yet class constructors).
The documentation describes what should be the case. Lots of tiresome
changes, but nothing exciting.
Allows infix type constructors everwhere a type can occur, and in a data
or type synonym decl. E.g.
data a :*: b = ....
You can give fixity decls for type constructors, but the fixity decl
applies both to the tycon and the corresponding data con.
|
|
|
|
|
|
|
| |
Add a FAQ section. This will replace the mini-FAQ on the download
page (which we never really kept up to date), and will hopefully
accumulate all sorts of useful Q/As over time. Please feel free to
add to it...
|
|
|
|
| |
Add a section entitled "How do I tell if my bug has already been reported?"
|
|
|
|
|
| |
Replace all instances of '--' with '––' since '--' gets
interpreted by JadeTeX to mean a single dash.
|
|
|
|
|
|
|
|
|
| |
Move the bug reporting section earlier, and mention the SourceForge
bug tracker.
Update the release notes.
I think I'm just about done in here...
|
|
|
|
|
|
|
| |
More doc hacking.
Call for Release Notes (CFRN): the 5-00-notes.sgml file is currently a
skeleton only; PLEASE add or expand entries for things you've done.
|
|
|
|
| |
update mailing-list info
|
|
|
|
| |
x.yy.DDMMYYYY should be x.yy.YYYYMMDD for unstable snapshots.
|
|
|
|
| |
typo
|
|
|
|
| |
Add a section describing GHC's version numbering policy.
|
|
|
|
|
| |
Add declarations so that emacs PSGML mode can find the DOCTYPE
declaration properly.
|
|
|
|
| |
Small updates, and link to the Concurrent section in the Hslibs docs.
|
|
|
|
|
| |
Changed double quotes to “ and ”. Improvements to Windows
installation instructions.
|
|
|
|
|
|
|
|
|
|
|
| |
A few fixups:
- correct some addresses
- update the mail archive pointers to
point to the new archives on mail-archive.com
- use <email> tag for email addresses.
|
|
VSGML files changed back to plain SGML during change from LinuxDoc to DocBook.
|