- Apr 30, 1998
-
-
sof authored
import fix
-
sof authored
simplBinder: allow cloning of binders to be on al the time via the -fclone-binds simplifier option. (Need to use this option prior to running a/the floating out pass.)
-
sof authored
completeBind: don't drop binding if OccurAnal told us not to
-
sof authored
Moved idSpecVars from Specialise to CoreUtils
-
Simon Peyton Jones authored
FreeVars.lhs fix for idSpecVars
-
- Apr 29, 1998
-
-
Simon Marlow authored
- NoFibHcOpts = -O by default.
-
Simon Peyton Jones authored
Alleged fix to SpecEnv muddle for recursive bindings
-
sof authored
Removed tyVarTemplates (unused)
-
Simon Peyton Jones authored
Alleged fix to SpecEnv muddle for recursive bindings
-
sof authored
import fix to make 3.02 happy
-
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.
-