[project @ 1996-07-19 18:36:04 by partain]
[ghc-hetmet.git] / ghc / docs / release_notes / 0-04-README
1 Version 0.04 of the new Glasgow Haskell compiler was yet another
2 unannounced release for our friends at York (and elswhere).
3
4 ----------------------------------------------------------------
5 91/11/01:
6
7 2 notes: [1] "main" should no longer have the non-std type "Int"; instead,
8 it should have the non-std type "IOPrim"!  (We're creeping towards
9 real Haskell I/O.)  compiler/tests/codeGen/cg001/Main.hs is a New
10 Improved "main", I believe.  docs/io-design may also be useful.
11 [2] The old "import MiniPrel" trick has changed (and will change
12 again).  Because we're in the middle of trying to get full/original
13 names going, you have to use one or more MODULE-SPECIFIC
14 "MiniPrel*.hi" files; they're in lib/prelude.
15