Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / main / SysTools.lhs
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Simon MarlowRemove old code to get TMPDIR, use System.Directory...
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-05 Manuel M T Chakravartyxcode build target for fixed /Library/Frameworks inst
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-12 Ian LynaghUse System.FilePath
2007-12-05 Simon MarlowFIX #1110: hackery also needed when running gcc for CPP
2007-11-15 Simon MarlowFIX #1828: installing to a patch with spaces in
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-24 Simon Marlowwindres also needs the PATH workaround, because it...
2007-08-23 Ian LynaghPut a space between gcc and its arguments when calling...
2007-08-23 Ian Lynaghwindres is in bin/, not the top-level directory
2007-08-10 Simon MarlowFIX #1271: create manifests, and embed them in executab...
2007-08-21 Simon MarlowFIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-01 Simon MarlowFIX #1110: the linker also needs the workaround
2007-05-14 Simon Marlowfix for Vista workaround: "PATH" can be spelt "Path"
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-04-16 Simon Marlowfix building with pre-6.4
2007-04-16 Simon MarlowMERGE: another attempt at a workaround for #1110 (Vista...
2007-04-10 Ian LynaghDon't use regexps in the GHC sources
2007-03-08 Simon Marlowwhen invoking gcc, instead of the -B<dir> flag, use...
2007-03-08 Simon Marlowsmall cleanups
2007-02-15 Simon MarlowWhen the pipeline just copies the file, prepend a LINE...
2007-01-31 Ian LynaghAlways pay attention to -keep-tmp-files when we want...
2006-10-18 Ian LynaghFix the build with GHC 6.2.2
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-07-10 Ian LynaghPull out common removal code, and detect does-not-exist...
2006-07-10 Ian LynaghCreate our own directory in the temporary directory...
2006-06-13 sof@galois.comreaderProc: split up text output using host's line...
2006-04-07 Simon MarlowReorganisation of the source tree