This project is mirrored from https://gitlab.haskell.org/ghc/ghc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 29 Apr, 2005 1 commit
-
-
sof authored
'ghcprof' is a perl script, but installed in the bin/ directory. Merge to STABLE
-
- 23 Apr, 2005 1 commit
-
-
sof authored
added ghc_ge_602. Merge to STABLE
-
- 21 Apr, 2005 1 commit
-
-
simonmar authored
ghcprof is a perl script, not a binary
-
- 08 Mar, 2005 2 commits
- 23 Feb, 2005 1 commit
-
-
simonmar authored
Add final newline
-
- 27 Jan, 2005 1 commit
-
-
simonmar authored
bootstrapping wibbles
-
- 26 Jan, 2005 1 commit
-
-
simonmar authored
Common up the ghc_ge_XXX variables into config.mk, and add the ability to build ghc/lib and ghc/utils using the stage1 compiler, by saying 'make UseStage1=YES'. This is going to be useful for bootstrapping.
-
- 20 Jan, 2005 1 commit
-
-
simonmar authored
Fill in the haddock-interfaces and haddock-html fields in the package.conf files. To do this I had to make some changes: - haddock-interfaces requires the value of $(datadir). We can't just plug this in, because $(datadir) might change at install-time (eg. a Windows installer can be placed anywhere, as can a Unix binary .tar.gz distribution). The current trick is for the compiler to splice in the value of $libdir in package.conf at runtime. So we could extend this mechanism and tell the compiler the value of $datadir via a command-line option, but that seems ugly. On Windows, $datadir==$libdir, so we don't need any changes: package.conf still uses $libdir, and a Windows installation is independent of its absolute location. Even 'make install' on Windows should have this property. On Unix: - for 'make install' and in-place execution, we just use absolute paths in package.conf - for a binary dist, we generate a package.conf that refers to $libdir and $datadir, and splice in the values at install-time (distrib/Makefile-bin.in). - Also, I renamed $libdir to $topdir to more closely reflect its actual meaning. This is somewhat malicious in that it will flush out all those clients using $libdir when they really shouldn't be :-)
-
- 04 Jan, 2005 1 commit
-
-
simonmar authored
ghc/mk/config.mk was never being included in ordinary Makefiles. It was only included in the top-level fptools/Makefile for the purposes of obtaining binary distribution settings. This fixes that problem, and now as a side-effect $(GhcHasReadline) will start working again.
-
- 04 Dec, 2004 1 commit
-
-
panne authored
Moved GTK_CONFIG detection to ghc subdirectory (untested).
-
- 20 Nov, 2004 1 commit
-
-
panne authored
Pushed "ghc has readline" check down to ghc subdir
-
- 19 May, 2003 1 commit
-
-
simonmar authored
Remove obsolete references to DriFT, DtdToHaskell and Xtract.
-
- 05 Mar, 2003 1 commit
-
-
simonmar authored
Duh. hsc2hs should be in $(GhcBinDistShScripts), not $(GhcBinDistBins), otherwise it doesn't get the right directories tacked on the front at installation time. Strange that nobody complained that hsc2hs wasn't working from a binary dist *shrug*.
-
- 02 Jul, 2002 1 commit
-
-
simonmar authored
Remove $(GhcBinDistDocs), this will be done differently
-
- 27 Feb, 2002 1 commit
-
-
simonmar authored
add libraries to BinDistDirs
-
- 10 Jan, 2002 1 commit
-
-
sof authored
Better off if GhcBinDistShScripts is just empty on mingw plats
-
- 11 Apr, 2001 1 commit
-
-
sewardj authored
GhcBinDistLinks should include ghc-pkg, not ghci-pkg.
-
- 29 Mar, 2001 1 commit
-
-
simonmar authored
update for GHC 5.00
-
- 26 Mar, 2001 1 commit
-
-
simonmar authored
we have BinDistShScripts now
-
- 16 Feb, 2001 2 commits
- 05 Sep, 2000 1 commit
-
-
simonmar authored
Just include ghc/docs/set in a binary distribution, not the build system docs or the FFI spec.
-
- 02 Aug, 2000 1 commit
-
-
simonmar authored
Remove the old mkdependHS cruft.
-
- 18 Jul, 2000 1 commit
-
-
simonmar authored
remove hscpp
-
- 07 Apr, 2000 1 commit
-
-
simonmar authored
use ghc/docs/set instead of ghc/docs/users_guide and hslibs/doc
-
- 20 Jan, 2000 1 commit
-
-
simonmar authored
remove ghc/docs/libraries from the bindist, add hslibs/doc
-
- 13 Dec, 1999 1 commit
-
-
simonmar authored
Include hslibs in a binary-dist.
-
- 05 Oct, 1999 1 commit
-
-
simonmar authored
Remove hstags for now.
-
- 15 Mar, 1999 1 commit
-
-
simonm authored
Move mkdependHS to lib.
-
- 20 Aug, 1998 1 commit
-
-
sof authored
Make version.mk include path fptools absolute (sigh)
-
- 14 Aug, 1998 1 commit
-
-
sof authored
Project specific settings now reside in config.mk; version info in version.mk
-