Get building GHC itself with Cabal more-or-less working
[ghc-hetmet.git] / libraries / Makefile
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-11 Ian LynaghMove installPackage out into its own cabal package...
2008-07-11 Ian LynaghSplit up Cabal configure flag variables for more flexib...
2008-07-10 Ian LynaghMove the definition of NONEXISTENT into the central...
2008-07-10 Ian LynaghDefine CABAL in mk/cabal-flags.mk, rather than everywhe...
2008-07-09 Ian LynaghObjectIO is no longer an extralib
2008-07-08 Ian LynaghAdd some missing deps in libraries/Makefile
2008-07-08 Ian LynaghGet rid of compat/
2008-07-05 Ian LynaghBuild hsc2hs with Cabal
2008-07-04 Ian LynaghRemove fgl from the libraries Makefile
2008-07-04 Ian LynaghTell the bootstrapping Cabal where ghc-pkg is
2008-07-03 Ian LynaghIf we know where alex, haddock and happy are then tell...
2008-07-03 Ian LynaghDon't clean bootstrapping bits when cleaning libraries
2008-07-03 Ian LynaghMore libraries/Makefile fixes
2008-07-03 Ian LynaghFix build on Windows
2008-07-03 Ian LynaghTeach cabal-bin how to build Setup programs
2008-07-02 Roman LeshchinskiyAdd missing dph package to Makefile
2008-06-29 Ian LynaghRename cabal to cabal-bin
2008-06-26 Ian LynaghAbsolutify a path
2008-06-26 Ian LynaghUse a program similar to cabal-install to build the...
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-15 Ian LynaghDon't compile Cabal with -cpp -fffi
2008-05-30 Roman LeshchinskiyAdd dph packages to build system
2008-05-26 Ian LynaghSimplify specifying that some libraries need to use... 2008-05-28
2008-05-26 Ian LynaghCope with libraries in libraries/foo/bar rather than...
2008-05-17 Ian LynaghMove the register-inplace special-case stuff into the...
2008-05-16 Ian LynaghLibraries Makefile Hack for ndp
2008-05-16 Ian LynaghWhen building libraries, we need to register them if...
2008-05-13 Ian LynaghUse -fffi when compiling Cabal stuff with the bootstrap...
2008-05-13 Ian LynaghFix spelling of nonexistEnt
2008-05-12 Ian LynaghFix the Windows build; the new Cabal doesn't like ...
2008-05-11 Ian LynaghPull the configure options out into a variable in libra...
2008-04-20 Ian LynaghMake the integer library to use more configurable
2008-03-23 Ian LynaghFollow library changes
2008-03-20 Ian LynaghRename rebuild to remake, and define rebuild to "clean...
2008-03-16 Ian LynaghUse editline instead of readline
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-18 Manuel M T ChakravartyAll installed Haskell prgms have an inplace and an...
2007-12-29 Clemens FruhwirthAdd installPackage to dependencies of make.library...
2007-12-28 Clemens FruhwirthInstall dynlibs correctly
2007-12-27 Clemens FruhwirthAPI changes for cabal-HEAD
2007-12-17 Manuel M T ChakravartyEliminate external GMP dependencies
2007-12-07 Ian LynaghUse installPackage for register --inplace as well as...
2007-12-05 Ian LynaghFix the libraries Makefile
2007-12-05 Ian LynaghCopy hscolour.css into dist/... so it gets installed...
2007-12-03 Ian LynaghFix bindist creation: readline/config.mk is gone
2007-11-24 Ian LynaghMERGED: Put library docs in a $pkg, rather than $pkgid...
2007-11-23 Ian LynaghMERGED: If we have hscolour then make source code links...
2007-11-20 Simon MarlowAlways do 'setup makefile' before building each library
2007-11-11 Ian LynaghRemove ex-extralibs from libraries/Makefile
2007-11-10 Ian LynaghSupport more doc targets (html, pdf, etc) in the librar...
2007-11-05 Simon Marloweliminate a bit of duplication
2007-11-05 Simon Marloweliminate a bit of duplication
2007-11-03 Ian LynaghMERGED: Set interfacedir (using $topdir, not $httptopdir)
2007-11-03 Ian LynaghMERGED: Define and use $httptopdir for the haddock...
2007-10-28 Ian LynaghWe need to copy .buildinfo files into the bindists
2007-10-31 Simon Marlowclean Haddock droppings
2007-10-29 Simon Marlowfix installation of haddock.css and friends
2007-10-25 Simon Marlowfix the links in the library documentation index
2007-10-24 Ian LynaghFix ghc package in bindists; it wasn't adding the depen...
2007-10-18 Duncan CouttsTell Cabal what it's version number is while bootstrapp...
2007-09-27 Ian Lynaghhtml_installed_root shouldn't contain $$pkgid
2007-09-23 Ian LynaghPut packages in ../$$pkgid not ../$$pkg
2007-09-23 sven.panne@aedion.deFix bug #1725 (Haddock links between packages)
2007-09-18 Ian LynaghMERGED: Another attempt at getting bindists working...
2007-09-16 sven.panne@aedion.deResurrect the "lib" subdirectory in the installation...
2007-09-14 Simon Marlowdistclean: <lib>/.depend[.bak]
2007-09-14 Ian LynaghRefer to "boot" libs, not "core" libs
2007-09-13 Ian LynaghMore library installation path fiddling
2007-09-13 Ian Lynaghlibsubdir for libraries is now always $$pkgid
2007-09-13 Ian LynaghDefine RelocatableBuild variable
2007-09-13 Ian LynaghWe need to thread lots more paths through installPackag...
2007-09-12 Ian LynaghHandle doc-index*.html, not just doc-index.html
2007-09-12 Ian LynaghFix installation code
2007-09-11 Ian LynaghFurther tweaking of haddock doc installation
2007-09-09 sven.panne@aedion.deYet another attempt to get the paths for the installed...
2007-09-09 sven.panne@aedion.deAdd a "show" target here, too, quite useful for debuggi...
2007-09-08 Ian LynaghAdd a crucial missing ;
2007-09-07 Ian LynaghDon't put directories for unbuildable libraries in...
2007-09-06 Duncan CouttsUpdates to work with latest cabal.
2007-09-06 Ian LynaghWibble some variable definitions to fix installation...
2007-09-05 Ian LynaghQuote all the arguments to installPackage
2007-09-05 Ian LynaghFix bindist creation on Windows
2007-09-05 Ian LynaghFix up bindist creation and publishing
2007-09-04 sven.panne@aedion.deDon't hardwire the build path into the Haddock docs
2007-08-31 judah.jacobson@gma... Don't try to copy haddock index files if we haven't...
2007-08-31 judah.jacobson@gma... Use cp -R instead of cp -a (it's more portable).
2007-08-31 Ian LynaghFix installing the libraries when there is no DESTDIR
2007-08-31 Ian LynaghObey DESTDIR when installing library docs
2007-08-30 Ian LynaghFix where all the documentation gets installed
2007-08-28 Ian LynaghUse DESTDIR when installing
2007-08-28 Ian LynaghCopy LICENSE files into the bindist, as Cabal now insta...
2007-08-24 Simon Marlowclean doc-index-*.html (for older versions of Haddock)
2007-08-21 Simon Marlowbinary-dist: remove comment from the middle of a shell...
2007-08-01 Ian LynaghSplit off packedstring and array packages
2007-08-01 Ian LynaghAdd a containers package
2007-07-29 Ian LynaghTweak package build order
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-07-23 Clemens FruhwirthTranslate dyn in GhcLibWays into --enable-shared for...
next