- Dec 16, 1997
-
-
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.
-
Simon Marlow authored
Remove wired-in runST, instead provide a type signature using the universal quanitification extension. Also move runST from STBase.lhs into Unsafe.lhs so that it won't get inlined anywhere.
-
Simon Marlow authored
fix huge bug in extractHsTyVars - the list returned wasn't always a set (i.e. it could have duplicates). This screwed up support for universal quantification in a couple of places.
-
- Dec 02, 1997
-
-
Juan J. Quintela authored
New matchExport, changed types for match, matchSimplify, changes related with MatchResult, EquationInfo and a lot or more changes
-
Juan J. Quintela authored
Deleted old Shadow stuff
-
Juan J. Quintela authored
Changes related with new types of MatchResult, EquationInfo and matchSimplify
-
Juan J. Quintela authored
Deleted DsWarnFlavour
-
Juan J. Quintela authored
Deleted old Warning staff and added new ones
-
Juan J. Quintela authored
Changes related with the new type of MatchSimply
-
Juan J. Quintela authored
change match by matchExport and changes related with the new type of MAtchResult
-
Juan J. Quintela authored
Added matchExport to export list and changes matchSimply and match types
-
Juan J. Quintela authored
Added matchExport to Match export list
-
Juan J. Quintela authored
data types with one constructor doesn't need WildCadr cases
-
Juan J. Quintela authored
Added -fwarn-simple-patterns option
-
Juan J. Quintela authored
Deleted NAmedThing Constraint of Outputable InPat
-
Juan J. Quintela authored
HsLit instance of Eq; need by Check
-
sof authored
New module; proper lint for patterns
-
- Nov 29, 1997
-
-
sof authored
Added Ord instance to ThreadId; added note saying that thread identifiers are currently not implemented; renamed readChanContents to getChanContents
-
sof authored
Added stuff on interface filenames being dependent on module names; documented -fwarn-duplicate-exports
-
sof authored
Document new mkdependHS options
-
sof authored
Append -lnsl when using -syslib ghc on Solaris2 boxes (BSD nwork support.); -w as synonym for -Wnot; pass -fsignatures-required through to compiler proper.
-
sof authored
doc fix
-
sof authored
-fwarn-duplicate-exports: only warn about explicit duplicates
-
sof authored
Renamed {read,write}Sample to {read,write}SampleVar
-