Remove (most of) the FiniteMap wrapper
[ghc-hetmet.git] / ghc.mk
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-09-08 Simon Marlowremove --enable-hc-boot-unregisterised (implied by...
2009-08-26 Ian Lynagh"ghc-cabal install" now needs to know where GHC is...
2009-08-26 Ian LynaghFix bindist creation
2009-08-20 Simon Marlowneed to check $(HADDOCK_DOCS) around contents/index...
2009-08-19 Simon MarlowRolling back: Add a kludge to fix building shared libs
2009-08-06 Simon MarlowFix unregisterised build
2009-08-16 Ian Lynaghbindist fix
2009-08-16 Ian LynaghBuild fixes
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-11 Ian LynaghSkip "Cabal check" for certain packages that we know...
2009-08-11 Ian LynaghCheck Cabal packages when validating
2009-08-08 Ian LynaghFix bindist creation
2009-08-08 Ian LynaghPut the library haddock docs in the html subdirectory...
2009-08-08 Ian LynaghInstall the main doc index page, and also put it in...
2009-08-07 Ian LynaghAdd a kludge to fix building shared libs
2009-08-02 Ian LynaghClean GMP properly; fixes #3411
2009-08-02 Ian LynaghFix permissions when installing
2009-08-02 Ian LynaghFix creation of library doc index, and put the library...
2009-08-02 Ian LynaghRemove a TODO item that's been done
2009-08-01 Ian LynaghAdd a publish-docs rule
2009-08-01 Ian LynaghAdd docs to bindists
2009-08-01 Ian LynaghMake the new build system install the documentation
2009-07-30 Ian LynaghFix cleaning the integer package
2009-07-27 Simon Marlowremove a couple of ToDos
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-22 Ian LynaghFix cleaning with the new integer changes
2009-07-22 Ian LynaghAdd integer-simple as a build option
2009-07-19 Ian LynaghBuild terminfo if we /aren't/ on Windows, not if we...
2009-07-18 Ian LynaghChange how PACKAGES is constructed, so that everything...
2009-07-18 Ian LynaghAdd the time library, and support for libraries in...
2009-07-07 Simon MarlowAvoid unnecessary recompilation after ./configure ...
2009-07-03 Simon Marlowfix cleaning of libraries (now 'make clean' in librarie...
2009-07-05 Ian LynaghUpdate driver/Makefile for the new build system
2009-07-05 Ian LynaghUpdate TODO list
2009-06-23 Ian LynaghAdd boot-pkgs and packages to the source dists
2009-06-22 Ian LynaghAdd the integer package
2009-06-17 Ian Lynaghmakefile tweak
2009-06-14 Ian LynaghMove gmp into libraries/integer-gmp
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-17 Ian LynaghSet DELETE_ON_ERROR in ghc.mk
2009-05-18 Simon Marlowdrop packedstring; it is no longer required by template...
2009-06-15 Simon Marlowadd 'make stage1_libs', to make just the stage 1 libs
2009-06-12 Ian LynaghRemove library buildinfo files when cleaning
2009-06-11 Ian LynaghDoc building is now controlled by sensible variables
2009-06-11 Ian LynaghHC bootstrapping now works
2009-06-11 Ian Lynaghbindists are now done
2009-06-10 Ian LynaghMake Windows bindists and installers work in the new...
2009-06-03 Ian LynaghMerge the TODO lists in ghc.mk
2009-06-02 Simon Marlowfix 'make sdist'
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-30 Ian Lynaghmake the clean_libraries target work, so you can "make...
2009-05-26 Ian LynaghAdd a haddock target, for just building the haddock...
2009-05-24 Ian LynaghClean libraries/bootstrapping.conf
2009-05-21 Ian LynaghFix unregisterised bindists
2009-05-20 Simon Marlowremove a todo item (bug #2966 is fixed)
2009-05-17 Ian LynaghBootstrapping fixes
2009-05-17 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghRemove a done TODO item
2009-05-16 Ian LynaghAdd libraries/dph/LICENSE to bindists
2009-05-16 Ian LynaghMove the fixed paths out of config.mk, so cleaning...
2009-05-15 Ian LynaghDisable suffix rules when cleaning
2009-05-15 Ian LynaghDon't require the library ghc.mk files in order to...
2009-05-15 Ian LynaghMake dph required
2009-05-15 Ian LynaghMove hasktags out of the GHC repo
2009-05-15 Manuel M T ChakravartyFix maintainer-clean for library/dph
2009-05-14 Ian LynaghRemove left-over bits of extralib support
2009-05-14 Simon Marlowmake repeated 'make distclean' not fail
2009-05-13 Ian LynaghFix building dph in the new build system
2009-05-13 Simon Marlowbuild Haddock docs
2009-05-11 Simon Marlowstub Makefile
2009-05-11 Simon Marlowstub makefile
2009-05-05 Simon Marlowdocbook PDF item is done
2009-05-08 Ian LynaghAdd a Makefile in libraries/
2009-05-07 Ian LynaghRemove oldconfig.mk.in
2009-05-07 Ian LynaghRename pwd to ghc-pwd
2009-05-07 Ian LynaghClean utils/pwd
2009-05-04 Ian LynaghBootstrapping fixes
2009-05-04 Ian LynaghPut install-sh into bindists
2009-05-03 Ian LynaghAdd a build system TODO
2009-05-03 Ian LynaghAdd dph to build system; patch from Roman Leshchinskiy
2009-05-02 Ian LynaghMakefile tweak
2009-05-01 Simon Marlowadd publish-binary-dist; tidy up
2009-04-29 Duncan CouttsClean up building of libffi for dynamic lib way
2009-04-29 Duncan CouttsBuild library packages as shared libs
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-28 Simon Marlowmore cleaning
2009-04-27 Simon Marlowtodo updates
2009-04-27 Simon Marlowremove ticket todos
2009-04-27 Simon Marlowupdate build order comment
2009-04-26 Ian LynaghRemove a comment (a bug to close, that has now been...
2009-04-26 Ian LynaghGHC new build system megapatch