summaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Finish removing BootingFromHcIan Lynagh2013-02-171-10/+0
* iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699Ian Lynagh2013-02-171-2/+0
* Fix build on Windows: We don't build terminfo on WindowsIan Lynagh2013-02-161-1/+4
* Build the stage0 ghc-pkg with CabalIan Lynagh2013-02-161-4/+6
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-17/+0
* Add a dependency of program modules on GHC.TopHandlerIan Lynagh2013-02-051-0/+1
* Tweak the gen_contents_index scriptIan Lynagh2013-01-291-1/+1
* Disable any packages built with stage 2 when cross-compilingSimon Marlow2013-01-291-0/+2
* Fix various issues with a Stage1Only=NO cross-compileSimon Marlow2013-01-251-9/+8
* ghc: mkGmpDerivedConstants binary gone awaySergei Trofimovich2013-01-241-1/+0
* Tidy up cross-compilingSimon Marlow2013-01-171-5/+5
* Make the rule for .hi files depend on the .hs/.lhs filesIan Lynagh2013-01-101-4/+0
* Ship transformers with GHCIan Lynagh2013-01-021-11/+11
* libffi build system tweaksIan Lynagh2012-11-301-7/+1
* Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-291-2/+9
* Fix installing on WindowsIan Lynagh2012-11-131-1/+1
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-121-0/+2
* Change how dependency generation works; fixes #7381Ian Lynagh2012-11-021-0/+5
* Clean some old files that we no longer generateIan Lynagh2012-10-311-1/+5
* Improve the GhcLibWays sanity checkingIan Lynagh2012-10-261-2/+8
* Fix installationIan Lynagh2012-10-251-1/+1
* Fix the haddocking build system rules when dynamic is the default wayIan Lynagh2012-10-251-0/+2
* Fix the transformers-building code, and move it from validate to ghc.mkIan Lynagh2012-10-251-0/+24
* Make it possible to build with only way dynIan Lynagh2012-10-241-1/+3
* Build system fix for building a profiling GHCIan Lynagh2012-10-161-0/+3
* Fix some dependenciesIan Lynagh2012-10-141-0/+2
* Move the primop bits into the compiler/stage<n>/build directoriesIan Lynagh2012-10-101-4/+4
* Load the right object files in ghciIan Lynagh2012-10-041-0/+6
* Windows install fixIan Lynagh2012-10-031-1/+1
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-18/+40
* Put libexec binaries in lib/bin/ rather than just lib/Ian Lynagh2012-10-011-16/+6
* Build old-time with stage2Ian Lynagh2012-09-261-1/+2
* We no longer need to build utf8-stringIan Lynagh2012-07-241-2/+1
* Fix build on Windows: Configure packages in the right orderIan Lynagh2012-07-241-1/+4
* Reorder libraries to account for unix dependency on time.Paolo Capriotti2012-07-181-3/+3
* Don't build the ghc DLL on Windows; works around trac #5987Ian Lynagh2012-06-291-0/+12
* Merge remote-tracking branch 'origin/pretty-build'Paolo Capriotti2012-06-081-0/+1
|\
| * A build-system tweak for more readable build output.Iavor S. Diatchki2012-04-271-0/+1
* | Fix doc uploading in the nightly buildsIan Lynagh2012-06-071-2/+2
* | Use transformers directly, rather than using mtlIan Lynagh2012-05-191-2/+1
* | Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-1/+1
* | Follow upstream mtl and Cabal, add transformers package (#5958)Paolo Capriotti2012-05-071-0/+1
* | Fix the way we call strip on DLLsIan Lynagh2012-05-061-1/+2
* | Install DLLs as executableIan Lynagh2012-05-051-1/+1
|/
* distclean was removing ghc-pwd/dist, should be ghc-pwd/dist-bootSimon Marlow2012-04-251-1/+1
* two typosGabor Greif2012-02-271-1/+1
* Update dependenciesIan Lynagh2012-02-221-1/+1
* GHC trees no longer include the extensible-exceptions packageIan Lynagh2012-02-211-3/+2
* Remove the old ext-core docsIan Lynagh2012-02-141-2/+0
* Improve support for cross-compilationSimon Marlow2012-01-301-9/+34