- 15 Apr, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
ifBuildable only runs a command it is given if the library in . either must be built (core-package - readline) or is buildable.
-
- 11 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-
- 10 Apr, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
It used to be the case that autoreconf in the root would also autoreconf in any libraries that need it, and ./configure in the root would also configure all the libraries. However, cabal now configures the libraries, so they were getting configured twice. Thus now a small shellscript, boot, autoreconfs the root and all libraries that need it, and ./configure in the root doesn't configure the libraries.
-
- 06 Apr, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
* configure can be told where ld is * make an hsc2hs-inplace.bat * tell Setup configure about foo.bar rather than foo on Windows * tell Setup configure to pass a --with-cc=$(CC) argument to ./configure
-
- 16 Mar, 2007 2 commits
-
-
Ian Lynagh authored
(we don't actually do anything useful either, because Cabal doesn't have an install-docs option).
-
Ian Lynagh authored
-
- 10 Mar, 2007 1 commit
-
-
Ian Lynagh authored
-
- 08 Mar, 2007 1 commit
-
-
Ian Lynagh authored
-
- 28 Mar, 2007 1 commit
-
-
Ian Lynagh authored
-
- 06 Mar, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 05 Feb, 2007 1 commit
-
-
Simon Marlow authored
-
- 29 Nov, 2006 1 commit
-
-
sof@galois.com authored
-
- 29 Aug, 2006 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
They aren't built as part of a GHC build anyway, it doesn't make much sense to include them in checkouts or source tarballs.
-
- 25 Aug, 2006 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 24 Aug, 2006 5 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
The following packages are now "core" packages: base, Cabal, haskell98, readline, regex-base, regex-compat regex-posix, stm, template-haskell, unix, Win32 Core packages are those packages required to bootstrap GHC, or are closely tied to GHC (stm, template-haskell). These are the packages that will be provided in a source distribution from now on. All other packages are classified as "extra" packages. As far as binary distributions and nightly builds go, nothing will change - we'll still build and include all these packages in the distributions. NOTE: 'sh darcs-all get' will now get the core packages only. To get the extra packages too, use 'sh darcs-all --extra get'.
-
Simon Marlow authored
-
- 14 Aug, 2006 1 commit
-
-
bringert@cs.chalmers.se authored
-
- 11 Aug, 2006 1 commit
-
-
sven.panne@aedion.de authored
-
- 10 Aug, 2006 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 09 Jun, 2006 1 commit
-
-
Simon Marlow authored
-
- 06 Jun, 2006 1 commit
-
-
simonmar@microsoft.com authored
-
- 05 Jun, 2006 1 commit
-
-
sof@galois.com authored
-
- 01 Jun, 2006 1 commit
-
-
simonmar@microsoft.com authored
This may help with entering non-ASCII characters at the GHCi prompt, but as usual with Unicode there's no simple solution that just works. See commentary in InteractiveUI.hs for more details.
-
- 30 May, 2006 2 commits
-
-
sof@galois.com authored
when setting up SUBDIRS.
-
Simon Marlow authored
-
- 18 May, 2006 1 commit
-
-
Simon Marlow authored
-
- 01 May, 2006 1 commit
-
-
Ashley Yakeley authored
-
- 26 Apr, 2006 1 commit
-
-
Ashley Yakeley authored
-
- 07 Apr, 2006 1 commit
-
-
Simon Marlow authored
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.
-
- 31 Jan, 2006 1 commit
-
-
Simon Marlow authored
-