- Dec 17, 1997
-
-
Simon Marlow authored
add new files for ':::' test.
-
Simon Marlow authored
Add test for ':::' interface-file lexing bug.
-
Simon Marlow authored
use '----' instead of '***' so as not to get confuesd with error messages
-
Simon Marlow authored
remove unreferenced files
-
Simon Marlow authored
Add runST.
-
Simon Marlow authored
add typechecker bug which we currently don't have a fix for
-
- Dec 16, 1997
-
-
Simon Marlow authored
update tests for 2.10
-
Simon Marlow authored
another attempt at getting 'make -k' to do the right thing.
-
Simon Marlow authored
bump version no. to 2.10.
-
Simon Marlow authored
point to 2-10-notes.lit.
-
Simon Marlow authored
build SGML documentation using the normal 'gmake dvi' etc.
-
Simon Marlow authored
add skeleton Makefile
-
Simon Marlow authored
note about SGML-Tools.
-
Simon Marlow authored
litify, add a couple of things.
-
Simon Marlow authored
update for GHC 2.10, and add SGML2INFO.
-
Simon Marlow authored
update for 2.10
-
Simon Marlow authored
update for 2.10.
-
Simon Marlow authored
remove a couple more GHC dependencies.
-
Simon Marlow authored
cleanups to the bindist stuff.
-
Simon Marlow authored
Remove some of the BIN_DIST hacks, allowing us to build a binary distribution for either Happy or Ghc (or various other projects when these are set up).
-
Simon Marlow authored
make this Makefile package-independant.
-
Simon Marlow authored
project-ify the bin-dist rules a bit.
-
Simon Marlow authored
Add SGML suffix rules. Single-file documents only for the moment.
-
Simon Marlow authored
Move GHC ANNOUNCE message into GHC subdir.
-
Simon Marlow authored
add sgmlverb.
-
- Dec 15, 1997
-
-
Simon Marlow authored
Add verbatim for SGML.
-
Simon Marlow authored
bump happy version number to 1.5.
-
Simon Marlow authored
release notes for 2.10.
-
- Dec 08, 1997
-
-
Simon Marlow authored
Treat $(PROJECTVERSION) as a string, not a floating point number, to avoid rounding errors. Fool cpp into substituting for PROJECTVERSION within a string by using string gaps, not forgetting the space after the '\' at the end of the line to fool cpp into leaving the '\' behind :-)
-
- Dec 05, 1997
-
-
Simon Marlow authored
import DsM, seems to be required for ghc-0.29.
-
- Dec 04, 1997
-
-
Simon Marlow authored
Move a few instances of the Bounded class from PrelBase out into a new module PrelBounded. This enables the minBound value for Int to be fixed using a Literal Literal (using litlits requires an import of CCall, which imports PrelBase, hence the need to move this stuff outside).
-
Simon Marlow authored
Restore perl4 compatibility.
-
Simon Marlow authored
Pull runST and unsafeInterleaveST into UnsafeST to avoid recursive dependencies. Grrrrr.
-
Simon Marlow authored
Pull runST and unsafeInterleaveST into new module UnsafeST to avoid recursive dependencies. Grrrr.
-
Simon Marlow authored
lazify strictToLazyST a bit.
-
Simon Marlow authored
add lengthy comment about recursive makes and failure.
-
Simon Marlow authored
fix the set -e business again. I could have sworn I'd already done this.
-
Simon Marlow authored
literate fixes.
-
Simon Marlow authored
some backwards-compatibility updates that should have gone into 2.09.
-
Simon Marlow authored
export freeze/thaw array operations.
-