| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use test -f rather than test -e | Ian Lynagh | 2008-09-08 | 1 | -1/+1 |
* | Fix the ext-core doc in bindists | Ian Lynagh | 2008-09-07 | 1 | -0/+1 |
* | Remove an erroneous comma from the Makefile | Ian Lynagh | 2008-08-28 | 1 | -1/+1 |
* | Update the build system to handle building and using haddock2 | Ian Lynagh | 2008-08-28 | 1 | -2/+3 |
* | Don't check that we have found haddock | Ian Lynagh | 2008-08-28 | 1 | -10/+1 |
* | Change references to the old BIN_DIST_TARBALL to the new BIN_DIST_TAR_BZ2 | Ian Lynagh | 2008-08-24 | 1 | -4/+4 |
* | Fix the "have we got all the bootlibs" check | Ian Lynagh | 2008-08-24 | 1 | -1/+1 |
* | Actually tar up Windows bindists | Ian Lynagh | 2008-08-24 | 1 | -9/+8 |
* | Don't put symlinks in bindists, but the files they point at instead | Ian Lynagh | 2008-08-20 | 1 | -1/+3 |
* | Change how we know whether or not we are validating | Ian Lynagh | 2008-08-17 | 1 | -1/+1 |
* | When making in compiler/, automatically make in ghc/ when we are done | Ian Lynagh | 2008-08-17 | 1 | -6/+0 |
* | Remove inplace-datadir when cleaning | Ian Lynagh | 2008-08-10 | 1 | -0/+3 |
* | bindist fixes | Ian Lynagh | 2008-08-10 | 1 | -2/+11 |
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -77/+86 |
* | Update the test in Makefile that we have all the boot libs | Ian Lynagh | 2008-07-29 | 1 | -3/+3 |
* | change where we put gcc-lib/ld.exe to keep Cabal happy | Simon Marlow | 2008-07-28 | 1 | -4/+4 |
* | haddock the stage2 compiler if HADDOCK_DOCS is YES | Ian Lynagh | 2008-07-20 | 1 | -0/+3 |
* | Fix the order in which things get built | Ian Lynagh | 2008-07-17 | 1 | -5/+13 |
* | Get building GHC itself with Cabal more-or-less working | Ian Lynagh | 2008-07-16 | 1 | -3/+4 |
* | If HADDOCK_DOCS is YES, then fail the build early if we couldn't find haddock | Ian Lynagh | 2008-07-13 | 1 | -3/+14 |
* | Get rid of compat/ | Ian Lynagh | 2008-07-08 | 1 | -5/+3 |
* | libffi now doesn't have an artificial make boot/all split | Ian Lynagh | 2008-07-05 | 1 | -2/+3 |
* | Need to make all in gmp, not boot | Ian Lynagh | 2008-07-05 | 1 | -1/+1 |
* | gmp didn't really fit into the make boot/all cycle, so don't try to force it | Ian Lynagh | 2008-07-05 | 1 | -2/+3 |
* | Include ghc.spec in tarballs; patch from, and fixes, trac #2390 | Ian Lynagh | 2008-07-03 | 1 | -2/+2 |
* | Teach cabal-bin how to build Setup programs | Ian Lynagh | 2008-07-03 | 1 | -1/+1 |
* | Don't rebuild things with the stage2 compiler | Ian Lynagh | 2008-06-22 | 1 | -7/+0 |
* | Import libffi-3.0.4, and use it to provide FFI support in GHCi | Simon Marlow | 2008-04-08 | 1 | -3/+3 |
* | Use editline instead of readline | Ian Lynagh | 2008-03-16 | 1 | -1/+1 |
* | All installed Haskell prgms have an inplace and an installed version | Manuel M T Chakravarty | 2008-02-18 | 1 | -15/+15 |
* | xcode build target for fixed /Library/Frameworks inst | Manuel M T Chakravarty | 2008-02-05 | 1 | -33/+29 |
* | First stab at an installer package for the Mac | Manuel M T Chakravarty | 2008-02-02 | 1 | -5/+40 |
* | More bindist-publishing fixes and refactoring | Ian Lynagh | 2007-12-18 | 1 | -6/+5 |
* | Fix publishing the docs | Ian Lynagh | 2007-12-16 | 1 | -4/+5 |
* | Eliminate external GMP dependencies | Manuel M T Chakravarty | 2007-12-17 | 1 | -0/+5 |
* | Don't rely on distrib/prep-bin-dist-mingw being executable | Ian Lynagh | 2007-12-17 | 1 | -1/+1 |
* | Rebuild utils with the stage1 compiler when making a bindist; fixes trac #1860 | Ian Lynagh | 2007-11-27 | 1 | -0/+10 |
* | Define install-strip in Makefile | Ian Lynagh | 2007-11-24 | 1 | -0/+3 |
* | Build Cabal user guide during "make", not only "make install-docs" | Ian Lynagh | 2007-11-10 | 1 | -1/+1 |
* | Rename Parser.ly in the extralibs tarball; fixes #1859 | Ian Lynagh | 2007-11-10 | 1 | -1/+1 |
* | MERGED: We need to install-docs when making the Windows bindist | Ian Lynagh | 2007-10-27 | 1 | -0/+1 |
* | We need to set _way=* in rts/ both when making and installing bindists | Ian Lynagh | 2007-10-27 | 1 | -3/+1 |
* | Only build/install the man page if XSLTPROC is defined | Ian Lynagh | 2007-10-27 | 1 | -0/+2 |
* | install the Cabal docs, and make them show up in a binary distribution | Simon Marlow | 2007-10-26 | 1 | -2/+3 |
* | binary-dist: Makefile-vars needs HADDOCK_DOCS=YES | Simon Marlow | 2007-10-25 | 1 | -0/+2 |
* | Fix ghc package in bindists; it wasn't adding the depenedency on readline | Ian Lynagh | 2007-10-24 | 1 | -0/+1 |
* | Hack to make sure we get all the RTS ways in bindists | Ian Lynagh | 2007-10-24 | 1 | -1/+3 |
* | Fix installing the documentation in the bindists | Ian Lynagh | 2007-10-23 | 1 | -67/+11 |
* | patch from #1782; fixes check-packages target on Solaris | Simon Marlow | 2007-10-22 | 1 | -2/+3 |
* | Unbreak "dist" target for fresh trees | sven.panne@aedion.de | 2007-09-23 | 1 | -1/+1 |