fix haddock submodule pointer
[ghc-hetmet.git] / utils / ghc-cabal /
2011-05-25 Duncan CouttsAdd stricter ghc-pkg checks on package file/dir/url...
2011-04-17 Ian LynaghSet stdout to use line buffering in ghc-cabal
2011-03-05 Ian LynaghFix build, and improve ghc-cabal's errors
2011-03-05 Ian LynaghWhitespace only
2011-03-05 Ian LynaghSanity check values that we wrap in single quotes
2011-03-05 Ian LynaghAvoid some shell calls in the build system
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-22 Ian LynaghUse := when assigning the result of $(wildcard ...)
2011-01-19 Ian LynaghRemove an extraneous comma that stopped ghc-cabal from...
2011-01-19 Ian LynaghMove the PACKAGE_MAGIC evaluation inside package-data.mk
2011-01-17 Ian Lynaghghc-cabal now adds the language flag being used
2011-01-08 Ian LynaghAdd utils/ghc-cabal/Makefile
2010-12-12 Ian LynaghAdd --version support to ghc-cabal
2010-12-10 Ian LynaghBuild a copy of ghc-cabal with the in-tree compiler...
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-10-26 Ian LynaghAdd NoFoo form to the extensions list that dummy-ghc...
2010-10-20 Ian LynaghFollow Cabal change: Use usedExtensions rather than...
2010-09-29 Ian LynaghFix the doc directory on Windows
2010-09-13 Simon Marlowfilter out the gcc-lib directory from the rts package...
2010-09-02 Ian LynaghAdd some -no-user-package-conf flags
2010-08-18 Ian LynaghAdd _DATA_FILES to package-data.mk files
2010-01-13 Simon Marlowhide modules properly with haddock
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2009-12-16 Ian LynaghFix build with Solaris sed
2009-12-01 Ian LynaghCall $(SED) rather than sed
2009-11-29 Ian LynaghFollow Cabal changes
2009-11-10 Ian LynaghUse relative paths for haddockHTMLs in the inplace...
2009-11-08 Ian LynaghPut docs into versioned directory names; fixes trac...
2009-11-08 Ian LynaghTell ghc-cabal what strip program to use
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-10-30 Ian LynaghAdd ghc-cabal dependencies; fixes #3494
2009-10-07 Matthias KilianMake the unpleasant sed one-liner less unpleasant
2009-10-06 Ian LynaghAdd --supported-languages support to dummy-ghc
2009-10-06 Simon Marlowfollow changes in Distribution.Simple.PackageIndex API
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-27 Ian LynaghAdd support for relocatable builds in the new build...
2009-09-21 Ian LynaghAdd sdist to ghc-cabal's bag of tricks
2009-09-15 Matthias KilianFollow the builtin:rts vs. builtin_rts renaming
2009-09-13 Ian LynaghFixes for compiling the HEAD with iteslf
2009-09-10 Simon MarlowChange the representation of the package database
2009-08-26 Ian LynaghFix "make install"
2009-08-26 Ian Lynagh"ghc-cabal install" now needs to know where GHC is...
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-11 Ian LynaghCheck Cabal packages when validating
2009-08-02 Ian LynaghFix creation of library doc index, and put the library...
2009-07-30 Ian LynaghFix warnings when building with the HEAD
2009-07-18 Ian LynaghMake ghc-cabal handle "Custom" Setup.hs files that...
2009-07-05 Ian LynaghFollow Cabal changes
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-12 Ian LynaghRemove the haskeline-specific hacks from ghc-cabal
2009-06-05 Ian LynaghFollow Cabal changes
2009-06-04 Ian LynaghFix ghc-cabal, so that GHC.Prim gets registered when...
2009-05-29 Simon Marlowdepend on mk/project.mk appropriately
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-23 Ian LynaghFix warnings in ghc-cabal
2009-05-20 Ian LynaghUse SRC_HC_OPTS when making ghc-cabal and ghc-pkg
2009-05-16 Ian LynaghRemove some $(TOP)s that cause problems on Windows...
2009-05-13 Simon Marlowdummy-ghc should depend on config.mk, to pick up the...
2009-04-30 Ian LynaghFix building Haskeline on Windows
2009-04-29 Ian LynaghTweak ghc-cabal
2009-04-29 Ian LynaghAdd special support for haskeline
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch