- Dec 04, 1997
-
-
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
-
- Nov 28, 1997
-
-
Simon Marlow authored
prune #* and .#* when making source dist.
-
- Nov 27, 1997
-
-
Simon Marlow authored
add a few @'s.
-
Simon Marlow authored
sigh, fix a couple of dodgy references.
-
Simon Marlow authored
fix bogon in last commit.
-
- Nov 26, 1997
-
-
Simon Marlow authored
add pointer to the release notes for 2.09.
-
Simon Marlow authored
fix for booting with 2.01 <= GHC < 2.09
-
- Nov 25, 1997
-
-
sof authored
Does not belong in source tree.
-
sof authored
Move StableLoc (and assoc. access functions) from CgBindery to CgMonad. Done to avoid having to give the home of Maybe in CgBindery.hi-boot.
-
sof authored
wibble
-
sof authored
Added mapMaybeRn
-
sof authored
Check for duplicates in exports lists when -fwarn-duplicate-exports is on
-
sof authored
Added -fwarn-duplicate-exports option
-
Simon Marlow authored
Update information on Glasgow extensions and the associated libraries. Pull in Alastair Reid's library document as a temporary measure: this will be replaced by a link to the SGML version in the future.
-
Simon Marlow authored
literatize and add a few forgotten things.
-
Simon Marlow authored
add ST macros for GHC < 2.00.
-