- Apr 29, 1998
-
-
sof authored
specDefn: for types we're specialising over, use fresh type variables
-
sof authored
Comment out troublesome SPECIALISE pragmas for now
-
sof authored
derived Show for labelled fields: use comma as separator, not comma followed by space
-
sof authored
If -dppr-debug is on, print out from_ty on coercions
-
sof authored
Catch out-of-scope variables inside a binder's SpecInfo
-
- Apr 28, 1998
-
-
sof authored
pprId: restrict printing of inline pragma info to non-code settings
-
- Apr 27, 1998
-
-
Simon Peyton Jones authored
Fix subst_envs bug in SimplCase
-
- Apr 24, 1998
-
-
Simon Peyton Jones authored
Fix shadowing in SaAbsInt.lhs
-
- Apr 22, 1998
- Apr 17, 1998
-
-
Simon Marlow authored
Update test suite for 3.02
-
sof authored
Don't feed mkdependC -D__GNUC__ + fix-fix to mkdependC
-
sof authored
Workaround to prevent local build tree symlink from making it into a source dist
-
sof authored
Turn off GhcLibWays when booting from .hc files
-
sof authored
Delete temp files when through with it
-
Simon Marlow authored
- support the .p2align directive on x86 a.out architectures. This might be required for others, too.
-
sof authored
$(SCRIPT_LINK): use perl to test for symlinks rather than relying /bin/sh 'test'
-
- Apr 16, 1998
-
-
sof authored
Documented slight change to how .hc booting is done
-
sof authored
syslibs: generate dependencies on Prelude modules
-
sof authored
typo prevented --include-prelude from really working
-
sof authored
Don't bother with misc/, concurrent/ and posix/ when booting
-
sof authored
When booting from .hc files, turn off %.hc: %.l?hs suffix rules too
-
sof authored
Added --enable-hc-boot flag for setting up a .hc build tree
-
sof authored
Handle the case where $(SCRIPT_LINK) already exists (as a file)
-
sof authored
Handle the case where already exists (as a file)
-
Simon Marlow authored
- automatically-generated verbatim.c shouldn't be in the repository - CLEAN_FILES += verbatim.c
-
sof authored
happy setup: move -g from suffix rule into Makefiles
-
Simon Marlow authored
embarrasing braino in yesterday's commit.
-
- Apr 15, 1998
-
-
sof authored
- Moved `dist' rule that sets up SRC_DIST_FILES symlinks past the recursive `dist' rule that creates the shadow dist tree. - Experimental support for aliases in SRC_DIST_FILES lists, i.e., foo~bar will create a symlink from `bar' in the dist tree to `foo' in the build tree (useful for the cases where you're shipping Makefiles that differ from the fptools/ ones.) - New target `dist-manifest': create MANIFEST files for a (source) distribution.
-
Simon Marlow authored
- remove StgCoerceBinding (unused).
-
Simon Marlow authored
- comment out specialize pragmas for the time being. They seem to be somewhat out of date.
-
- Apr 14, 1998
-
-
Simon Peyton Jones authored
Finally replace Specialise.dictRhsFVs with a proper free-variable finder, FreeVars.exprFreeVars
-
Simon Peyton Jones authored
Fix error in Specialise.dictRhsFVs
-
Simon Marlow authored
don't include PRIVATE in NoFibSubDirs by default.
-
Simon Marlow authored
death to GHC_ONLY.
-
Simon Marlow authored
remove obsolete ToDo.
-
Simon Marlow authored
add comment about why NON_POSIX_SOURCE is required.
-
- Apr 10, 1998
-
-
Simon Peyton Jones authored
Another obscure -prof bug in SimplVar
-