Make comparison on equalities work right (ie look at the types)
[ghc-hetmet.git] / Makefile
2008-08-10 Ian LynaghRemove inplace-datadir when cleaning
2008-08-10 Ian Lynaghbindist fixes
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-07-29 Ian LynaghUpdate the test in Makefile that we have all the boot...
2008-07-28 Simon Marlowchange where we put gcc-lib/ld.exe to keep Cabal happy
2008-07-20 Ian Lynaghhaddock the stage2 compiler if HADDOCK_DOCS is YES
2008-07-17 Ian LynaghFix the order in which things get built
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-13 Ian LynaghIf HADDOCK_DOCS is YES, then fail the build early if...
2008-07-08 Ian LynaghGet rid of compat/
2008-07-05 Ian Lynaghlibffi now doesn't have an artificial make boot/all...
2008-07-05 Ian LynaghNeed to make all in gmp, not boot
2008-07-05 Ian Lynaghgmp didn't really fit into the make boot/all cycle...
2008-07-03 Ian LynaghInclude ghc.spec in tarballs; patch from, and fixes...
2008-07-03 Ian LynaghTeach cabal-bin how to build Setup programs
2008-06-22 Ian LynaghDon't rebuild things with the stage2 compiler
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-03-16 Ian LynaghUse editline instead of readline
2008-02-18 Manuel M T ChakravartyAll installed Haskell prgms have an inplace and an...
2008-02-05 Manuel M T Chakravartyxcode build target for fixed /Library/Frameworks inst
2008-02-02 Manuel M T ChakravartyFirst stab at an installer package for the Mac
2007-12-18 Ian LynaghMore bindist-publishing fixes and refactoring
2007-12-16 Ian LynaghFix publishing the docs
2007-12-17 Manuel M T ChakravartyEliminate external GMP dependencies
2007-12-17 Ian LynaghDon't rely on distrib/prep-bin-dist-mingw being executable
2007-11-27 Ian LynaghRebuild utils with the stage1 compiler when making...
2007-11-24 Ian LynaghDefine install-strip in Makefile
2007-11-10 Ian LynaghBuild Cabal user guide during "make", not only "make...
2007-11-10 Ian LynaghRename Parser.ly in the extralibs tarball; fixes #1859
2007-10-27 Ian LynaghMERGED: We need to install-docs when making the Windows...
2007-10-27 Ian LynaghWe need to set _way=* in rts/ both when making and...
2007-10-27 Ian LynaghOnly build/install the man page if XSLTPROC is defined
2007-10-26 Simon Marlowinstall the Cabal docs, and make them show up in a...
2007-10-25 Simon Marlowbinary-dist: Makefile-vars needs HADDOCK_DOCS=YES
2007-10-24 Ian LynaghFix ghc package in bindists; it wasn't adding the depen...
2007-10-24 Ian LynaghHack to make sure we get all the RTS ways in bindists
2007-10-23 Ian LynaghFix installing the documentation in the bindists
2007-10-22 Simon Marlowpatch from #1782; fixes check-packages target on Solaris
2007-09-23 sven.panne@aedion.deUnbreak "dist" target for fresh trees
2007-09-20 shelarcymake stamp.inplace-gcc-lib copy $(LD) instead of $...
2007-09-19 Ian LynaghHack to get haskell-src's Parser.hs into source distrib...
2007-09-18 Ian LynaghMERGED: Another attempt at getting bindists working...
2007-09-15 sven.panne@aedion.deUnbreak "clean" and "distclean" targets when there...
2007-09-14 Simon Marlowdistclean: extra-gcc-opts, testsuite
2007-09-14 Ian LynaghRefer to "boot" libs, not "core" libs
2007-09-07 Ian LynaghFix publishing
2007-09-05 Ian LynaghFix bindist creation on Windows
2007-09-05 Ian LynaghFix up bindist creation and publishing
2007-08-28 Ian LynaghUse DESTDIR when installing
2007-08-26 Ian LynaghOn Windows, stage1 also deps on stamp.inplace-gcc-lib
2007-08-25 Ian LynaghDon't put push-all and darcs-all in source dists
2007-08-25 sven.panne@aedion.deAdded a few missing files to a source distribution
2007-08-24 Simon Marlowinclude bindisttest in source distributions (fixes...
2007-08-22 Ian LynaghAdd a bindisttest directory
2007-08-22 Ian LynaghInclude package.mk in target.mk, in the bindists's mk/
2007-08-21 Simon MarlowFIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder
2007-07-21 Ian LynaghHack: copy ld.exe to compiler/gcc-lib so Cabal can...
2007-07-14 Ian LynaghFix putting hsicon.ico into the Windows installer;...
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-07-04 Ian LynaghThe standard SUBDIRS in the top level Makefile should...
2007-06-25 Ian LynaghDefine SUBDIRS in Makefile (needed for clean; fixes...
2007-06-22 Ian LynaghFix typo in Makefile
2007-06-09 Ian LynaghWindows bindist tweaking
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-09 Ian LynaghFix bindists on Windows
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-06-01 Ian LynaghFix bindist creation
2007-05-31 Ian LynaghRework the build system a bit
2007-05-31 Simon Marlowfix locations for uploading src dists
2007-05-30 Ian LynaghFix copy-and-paste-o
2007-05-29 Ian LynaghBuild Windows installer when making a bindist if ISCC...
2007-05-21 Simon Marlowseparate the Windows version of uploading the docs...
2007-05-21 Simon Marlowuse relative dir for uploading to avoid problems on...
2007-05-18 Simon Marlowautodetect BINDIST_DOC_WAYS again
2007-05-18 Simon MarlowAdd dist/ to $(PublishLocation)
2007-05-16 Ian LynaghAdd a missing semicolon causing publish-binary-dist...
2007-05-15 Ian LynaghAdd a missing backslash that was breaking building...
2007-05-13 Ian LynaghMove the libraries bindist generation code into librari...
2007-04-30 Ian LynaghMake boot handle getting the libraries
2007-04-30 Ian LynaghMake boot handle getting the libraries
2007-04-29 Ian LynaghMake darcs-all a perl script
2007-04-27 Simon Marlowadd missing @ (see bug #1302)
2007-04-12 Ian LynaghCheck boot seems to have been run before we let make...
2007-04-12 Simon Marlowwibble to prep-bin-dist-mingw target
2007-04-12 Simon Marlowtidy up the binary-dist targets a bit more
2007-04-12 Simon MarlowMERGE: add prep-bin-dist-mingw to binary-dist target...
2007-04-12 Simon MarlowMERGE: fixes to prep-bin-dist-mingw, and add separate...
2007-04-11 Simon Marlowcall prep-bin-dist-mingw as part of binary-dist, before...
2007-03-10 Ian LynaghMake building binary dists work with cabalised libraries
2007-03-08 Ian LynaghBuild the libraries with cabal
2007-03-15 sven.panne@aedion.deUse update-alternatives for handling generic tool names
2007-03-09 Ian LynaghAvoid duplication in the binary-dist rules for docs
2007-03-09 Ian LynaghRemove duplication in binary dist rules
2007-02-22 Simon Marlowupload documentation too
2007-02-22 Simon Marlowrefactoring
2007-02-08 Simon Marlowmake VERSION a dependency of dist
2007-02-08 Simon Marlowfix cut-and-pasto in code for binary-dist upload
2007-02-06 Simon MarlowDetect the snapshot version number using darcs
2007-02-05 Simon MarlowMake binary-dist tarballs automatically, and add suppor...
2007-02-05 Simon MarlowSimpler, more self-contained, "make dist"
next