summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Don't attempt to install documentation if doc/ doesn't existBen Gamari2022-08-151-4/+6
* hadrian RunRest: add type signature for stageNumberJens Petersen2022-08-151-0/+1
* hadrian: Fix access mode of installed package registration filesBen Gamari2022-08-151-0/+2
* hadrian: Fix bindist installation on DarwinBen Gamari2022-08-152-40/+5
* hadrian: Extend xattr Darwin hack to cover /libBen Gamari2022-08-061-0/+3
* hadrian: Fix installation of system-cxx-std-lib package confBen Gamari2022-08-061-1/+1
* hadrian: Fix binary distribution install attributesBen Gamari2022-08-061-37/+60
* Update submodule containers to 0.6.6Douglas Wilson2022-08-031-0/+1
* hadrian: also include boot-generated files only needed for makesternenseemann2022-07-281-0/+40
* Fix #21889, GHCi misbehaves with Ctrl-C on WindowsZubin Duggal2022-07-272-6/+29
* hadrian: add flag disabling selftest rules which require QuickChecksternenseemann2022-07-272-3/+18
* hadrian: Rename documentation directories for consistency with makeBen Gamari2022-07-155-11/+11
* Vendor filepath inside template-haskellMatthew Pickering2022-07-141-0/+7
* hadrian: Add --haddock-base-url option for specifying base-url when generatin...Matthew Pickering2022-07-058-13/+51
* Add docs:<pkg> command to hadrian to build docs for just one packageMatthew Pickering2022-07-052-0/+8
* hadrian: Don't install `include/` directory in bindist.Matthew Pickering2022-06-171-9/+1
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-06-174-7/+25
* driver: Introduce pgmcxxBen Gamari2022-06-165-0/+6
* hadrian: Run xattr -rc . on bindist tarballBen Gamari2022-06-161-0/+9
* hadrian/bindist: Drop redundant include of install.mkBen Gamari2022-06-151-1/+0
* hadrian: Fix building from source-dist without alex/happyMatthew Pickering2022-06-142-0/+13
* source-dist: Copy in files created by ./bootMatthew Pickering2022-06-141-0/+28
* hadrian bootstrap: add plans for 9.0.2 and 9.2.3Zubin Duggal2022-06-144-0/+4
* hadrian: Introduce new package database for executables needed to build stage0Matthew Pickering2022-06-0931-144/+230
* Respect DESTDIR in hadrian bindist Makefile, fixes #19646Ben Gamari2022-05-301-23/+23
* hadrian: Don't rely on xxx not being present in installation pathBen Gamari2022-05-301-2/+2
* avoid hadrian/bindist/Makefile install_docs error when --docs=noneJens Petersen2022-05-301-3/+4
* Enable eventlog support in all ways by defaultBen Gamari2022-05-3014-71/+30
* Add release flavour and use it for the release jobsMatthew Pickering2022-05-235-0/+35
* Revert "packaging: Build perf builds with -split-sections"Ben Gamari2022-05-212-14/+1
* testsuite: Cabalify ghc-configBen Gamari2022-05-183-21/+8
* testsuite: More robust library way detectionBen Gamari2022-05-181-68/+5
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-05-183-10/+12
* hadrian: Drop redundant include directoriesBen Gamari2022-05-181-10/+0
* hadrian: Ensure that --extra-lib-dirs are usedBen Gamari2022-05-181-26/+5
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-182-2/+4
* hadrian: Don't pass -j to haddockMatthew Pickering2022-05-181-3/+1
* packaging: Build perf builds with -split-sectionsMatthew Pickering2022-05-182-1/+14
* hadrian: Fix split-sections transformerMatthew Pickering2022-05-181-4/+7
* bootstrap: Add bootstrapping files for ghc-9_2_2Matthew Pickering2022-05-182-0/+2
* hadrian: Add bytestring as a boot packageBen Gamari2022-05-151-0/+1
* hadrian: Build wrappers using ghc rather than ccBen Gamari2022-04-061-2/+2
* hadrian: Disable ghci libraries when object merging is not availableBen Gamari2022-04-063-5/+19
* gitlab-ci: Bump bootstrap compiler to 9.2.2Ben Gamari2022-04-061-1/+1
* Fix a few new warnings when booting with GHC 9.2.2Ben Gamari2022-04-061-1/+4
* hadrian: Clean up flavour transformer definitionsBen Gamari2022-04-061-8/+6
* Build ar archives with -L when "joining" objectsBen Gamari2022-04-062-0/+2
* hadrian: Produce ar archives with L modifier on WindowsBen Gamari2022-04-063-1/+10
* hadrian: Refactor handling of ar flagsBen Gamari2022-04-065-31/+37
* hadrian: Add assertion that in/out tree args are the sameMatthew Pickering2022-04-012-23/+37