Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the runghc wrapper script | Ian Lynagh | 2008-07-29 | 1 | -0/+2 |
| | |||||
* | don't strip the inplace GHC executables (for debugging) | Simon Marlow | 2008-07-28 | 1 | -13/+16 |
| | |||||
* | Fix building runghc on Windows | Ian Lynagh | 2008-07-24 | 1 | -0/+6 |
| | |||||
* | If the extension is not .lhs, runghc now treats it as .hs; fixes trac #1232 | Ian Lynagh | 2008-07-23 | 1 | -2/+7 |
| | |||||
* | runghc now uses the compiler that it comes with; fixes trac #1281 | Ian Lynagh | 2008-07-23 | 3 | -18/+45 |
| | | | | rather than the first one that it finds on the PATH | ||||
* | Use the upstream hsc2hs repo | Ian Lynagh | 2008-07-23 | 9 | -1169/+0 |
| | |||||
* | Sync hsc2hs's Main.hs with the Cabal repo | Ian Lynagh | 2008-07-22 | 1 | -86/+70 |
| | |||||
* | We need to clean the utils on "distclean", as well as "clean" | Ian Lynagh | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | Fix the stage3 build | Ian Lynagh | 2008-07-22 | 1 | -3/+6 |
| | |||||
* | Put a #! line in ghc-pkg's shell wrapper | Ian Lynagh | 2008-07-19 | 1 | -0/+1 |
| | |||||
* | Fix ghc-pkg inplace on Windows | Ian Lynagh | 2008-07-19 | 1 | -1/+10 |
| | |||||
* | Some "install" and "clean" fixes | Ian Lynagh | 2008-07-18 | 1 | -0/+6 |
| | |||||
* | Build system tweaks | Ian Lynagh | 2008-07-18 | 1 | -0/+1 |
| | |||||
* | Explicitly list HpcParser as a module in hpc-bin | Ian Lynagh | 2008-07-18 | 1 | -0/+1 |
| | | | | Cabal doesn't preprocess the .y file otherwise. | ||||
* | Disable building pwd and lndir for now | Ian Lynagh | 2008-07-18 | 1 | -6/+8 |
| | |||||
* | Build hpc with Cabal | Ian Lynagh | 2008-07-18 | 3 | -35/+36 |
| | |||||
* | Build runghc with Cabal | Ian Lynagh | 2008-07-18 | 3 | -48/+34 |
| | |||||
* | Add a comment | Ian Lynagh | 2008-07-18 | 1 | -0/+4 |
| | |||||
* | Tweak the build system for installPackage | Ian Lynagh | 2008-07-18 | 2 | -36/+4 |
| | |||||
* | More build system changes; hasktags is now built with Cabal | Ian Lynagh | 2008-07-18 | 5 | -124/+34 |
| | |||||
* | Remove a comment | Ian Lynagh | 2008-07-18 | 1 | -3/+0 |
| | |||||
* | More build system changes; ghc-pkg is now built with Cabal | Ian Lynagh | 2008-07-18 | 5 | -152/+132 |
| | |||||
* | Tweak the hsc2hs wrapper script | Ian Lynagh | 2008-07-17 | 1 | -1/+1 |
| | |||||
* | Fix the order in which things get built | Ian Lynagh | 2008-07-17 | 1 | -2/+2 |
| | |||||
* | Do the building and installing of hsc2hs with the stage1 compiler | Ian Lynagh | 2008-07-17 | 2 | -16/+32 |
| | |||||
* | Teach installPackage about --distpref and --enable-shell-wrappers | Ian Lynagh | 2008-07-12 | 1 | -17/+27 |
| | |||||
* | Move installPackage out into its own cabal package under utils/ | Ian Lynagh | 2008-07-11 | 4 | -1/+200 |
| | |||||
* | Split up Cabal configure flag variables for more flexibility | Ian Lynagh | 2008-07-11 | 1 | -2/+8 |
| | |||||
* | add "ghc-pkg dump" (fixes #2201) | Simon Marlow | 2008-07-11 | 1 | -6/+26 |
| | |||||
* | Define CABAL in mk/cabal-flags.mk, rather than everywhere we use it | Ian Lynagh | 2008-07-10 | 1 | -3/+0 |
| | |||||
* | Typo fixed | Ian Lynagh | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | Remove all references to -mno-cygwin | Ian Lynagh | 2008-07-09 | 1 | -4/+0 |
| | | | | | We shouldn't need it, as we don't call cygwin's gcc, and it was causing problems with the nightly builders passing it to GHC. | ||||
* | Get rid of compat/ | Ian Lynagh | 2008-07-08 | 2 | -10/+1 |
| | | | | | | Compat.Unicode is not utils/Unicode in the compiler. We build the hpc package with the stage1 compiler. Nothing else in the compat package was still used. | ||||
* | Add hsc2hs.wrapper | Ian Lynagh | 2008-07-05 | 1 | -0/+13 |
| | |||||
* | Fix hsc2hs finding its template file on Windows | Ian Lynagh | 2008-07-05 | 3 | -6/+13 |
| | |||||
* | Build hsc2hs with Cabal | Ian Lynagh | 2008-07-05 | 3 | -112/+45 |
| | | | | This is very rough around teh edges at the moment. | ||||
* | Use the last compiler if more than one is specified | Ian Lynagh | 2008-07-05 | 1 | -2/+1 |
| | |||||
* | Improve error messages from pwd | Ian Lynagh | 2008-07-04 | 1 | -7/+13 |
| | |||||
* | In utils/hsc2hs, add LICENSE and hsc2hs.cabal from the standalone repo | Ian Lynagh | 2008-07-04 | 2 | -0/+59 |
| | |||||
* | Remove Cabal modules from compat | Ian Lynagh | 2008-07-03 | 1 | -0/+2 |
| | | | | We now get them from the bootstrapping package.conf instead | ||||
* | Add a program for describing unexpected tests in testlog | Ian Lynagh | 2008-07-03 | 1 | -0/+25 |
| | | | | | This goes through the testlog and spits out any sections that contain "unexpected". | ||||
* | Follow Cabal changes | Ian Lynagh | 2008-06-29 | 1 | -3/+21 |
| | |||||
* | mkdirhier.sh now accepts -q, which makes it be quiet | Ian Lynagh | 2008-06-27 | 1 | -1/+12 |
| | |||||
* | Follow Cabal changes | Ian Lynagh | 2008-06-26 | 1 | -2/+3 |
| | |||||
* | () is now in ghc-prim:GHC.Unit | Ian Lynagh | 2008-06-24 | 1 | -0/+1 |
| | |||||
* | Generate a warning-free GHC.PrimopWrappers. ghc-prim is now -Wall clean. | Ian Lynagh | 2008-06-24 | 1 | -18/+35 |
| | |||||
* | Fix some inconsistencies in the code and docs of primitives | Ian Lynagh | 2008-06-23 | 3 | -33/+8 |
| | | | | | | We were inconsistent about whether to use the name "MutArr#" or "MutableArray#". Likewise ByteArr#/ByteArray# and MutByteArr#/MutableByteArray#. | ||||
* | Fix the build with GHC 6.4 | Ian Lynagh | 2008-06-23 | 3 | -0/+13 |
| | |||||
* | it's time to retire ghcprof & friends | Simon Marlow | 2008-06-18 | 38 | -3694/+2 |
| | |||||
* | define NeedVarargsPrototypes to avoid segfault on x86_64 | Simon Marlow | 2008-06-18 | 1 | -0/+2 |
| |