- 20 Apr, 2013 7 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We weren't seting the _DO_HADDOCK variables early enough.
-
ian@well-typed.com authored
I don't think it's necessary to build ghc-pkg that early.
-
ian@well-typed.com authored
Dependency problem was discovered by int-e. I've also added some comments about what's going on.
-
ian@well-typed.com authored
Also a couple of other fixes and sanity checks along the way.
-
ian@well-typed.com authored
We now leave making installers to the Haskell Platform.
-
ian@well-typed.com authored
-
- 19 Apr, 2013 3 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
The file no longer exists
-
- 07 Apr, 2013 3 commits
-
-
ian@well-typed.com authored
The build system thought that $(INSTALL_DYNLIBS) contained things like "terminfo", but actually it contains things like "libraries/terminfo".
-
ian@well-typed.com authored
-
Gabor Greif authored
-
- 15 Mar, 2013 1 commit
-
-
ian@well-typed.com authored
In particular, this means that GHCi will use DLLs, rather than loading object files itself.
-
- 13 Mar, 2013 1 commit
-
-
Ian Lynagh authored
-
- 11 Mar, 2013 1 commit
-
-
Ian Lynagh authored
We now put a handful of modules in a separate DLL. For now the list is hand-written, but we could automate it in the future.
-
- 03 Mar, 2013 6 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
Patch from Stephen Blackheath.
-
ian@well-typed.com authored
This is sometimes needed when cross-compiling, as some packages may be built in stage 0 but not stage 1. In order to make everything work out, this also removes the requirement that the build-dirs are in dependency order
-
- 02 Mar, 2013 4 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 01 Mar, 2013 5 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We now use the 'host' to determine whether stage0 builds terminfo, and 'target' to determine whether stage1 does. We don't build it if the platform is either Windows or ios.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
This makes the build system a little simpler, and in particular will make it easier to handle the changes needed for cross-compilation.
-
- 26 Feb, 2013 1 commit
-
-
Gabor Greif authored
-
- 21 Feb, 2013 4 commits
-
-
ian@well-typed.com authored
This means we don't define them multiple times
-
ian@well-typed.com authored
The hsc2hs, alex and happy options variables are now also non-way-specific, as the files are shared between all ways.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 20 Feb, 2013 1 commit
-
-
Gabor Greif authored
-
- 17 Feb, 2013 2 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
From StephenBlackheath
-
- 16 Feb, 2013 1 commit
-
-
Ian Lynagh authored
-