summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* Hadrian: fix binary-dir with --docs=noneSylvain Henry2019-04-111-1/+7
* Hadrian: fix library install paths in bindist Makefile (#16498)Sylvain Henry2019-04-091-5/+12
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-042-2/+2
* Hadrian: lint ignore autom4te and ghc-pkg cache files.David Eichmann2019-04-021-0/+9
* Hadrian: traceAllow deep dependencies when compilling haskell object files.David Eichmann2019-04-021-0/+10
* Hadrian: correct deps for ghc builder.David Eichmann2019-04-011-1/+5
* Support Shake's --lint-fsatrace feature.David Eichmann2019-04-012-7/+10
* Add some tips to the Troubleshooting section of READMEArtem Pelenitsyn2019-03-291-8/+17
* Hadrian: don't use -zorigin on darwin.David Eichmann2019-03-271-4/+3
* Hadrian: introduce an easy way for users to build with -split-sectionsAlp Mestanogullari2019-03-272-0/+53
* Hadrian: trace the execution of expensive Cabal callsAndrey Mokhov2019-03-271-8/+12
* Hadrian: Bump Shake to 0.17.6Andrey Mokhov2019-03-271-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-254-6/+6
* Refactor ./hadrian/ghci.sh for better error messagesMatthew Pickering2019-03-251-1/+4
* Add a bench flavour to HadrianSebastian Graf2019-03-205-38/+53
* Bump Cabal submodule to 3.0Ben Gamari2019-03-191-1/+1
* Add flavours linkSimon Peyton Jones2019-03-151-0/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-156-7/+7
* Hadrian: remove unneeded rpaths.David Eichmann2019-03-151-4/+13
* Hadrian: remove unneeded imports.David Eichmann2019-03-153-6/+0
* Hadrian: build (and retrieve) binary distributions in CIAlp Mestanogullari2019-03-131-1/+1
* Remove training whitespaceMatthew Pickering2019-03-121-1/+1
* Hadrian: Add ./hadrian/ghci.sh script for fast development feedbackMatthew Pickering2019-03-1210-5/+123
* Hadrian: Fix rpath so shared objects work after being copiedMatthew Pickering2019-03-121-2/+2
* Hadrian: Make makeRelativeNoSysLink totalMatthew Pickering2019-03-121-7/+8
* Hadrian: Make libsuf and distDir stage awareMatthew Pickering2019-03-125-10/+15
* Hadrian: Allow passing CABFLAGS into build.cabal.shMatthew Pickering2019-03-121-1/+1
* Rip out perl dependencyBen Gamari2019-03-093-5/+1
* Hadrian: Drop remaining symlink traversal code from build scriptsAndrey Mokhov2019-03-082-64/+6
* Hadrian: various improvements around the 'test' ruleAlp Mestanogullari2019-03-086-106/+218
* Handle absolute paths to build roots in Hadrian.P.C. Shyamshankar2019-03-066-10/+29
* Rip out object splittingBen Gamari2019-03-0515-108/+8
* Hadrian: track mingw, ship it in bindists, more robust install scriptAlp Mestanogullari2019-03-045-27/+84
* detect 'autoreconf' path during configure, and use it in hadrianAlp Mestanogullari2019-03-032-2/+14
* Hadrian: introduce ways to skip some documentation targetsAlp Mestanogullari2019-03-016-9/+159
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-1/+1
* Build and copy libffi shared libraries correctly and enable dynamically linki...David Eichmann2019-02-228-64/+164
* Hadrian: Fix untracked dependenciesAndrey Mokhov2019-02-2024-334/+368
* Remove `parallel` as a submoduleAlec Theriault2019-02-164-6/+3
* Hadrian: enable -Wcompat=error in the testsuiteVladislav Zavialov2019-02-151-0/+1
* Hadrian: add LLVM flavoursAlec Theriault2019-02-104-3/+65
* Remove ghctags (#16274)Sylvain Henry2019-02-102-5/+4
* Upgrade to the latest stack resolverNeil Mitchell2019-02-091-2/+5
* Simplify the build.stack.bat script to use 'stack run'Neil Mitchell2019-02-091-6/+2
* Hadrian: compile libgmp static on WindowsTamar Christina2019-02-081-0/+3
* Add werror function to Flavour.hsMatthew Pickering2019-02-033-1/+22
* Update user-settings.md with a pointer to `Packages`Sebastian Graf2019-02-021-1/+5
* Hadrian: Fix outdated link.Andrey Mokhov2019-01-311-1/+1
* Hadrian: Update instructions for building on WindowsAndrey Mokhov2019-01-312-24/+25
* Add O2 to hsCompiler on stage0 for most hadrian flavours.klebinger.andreas@gmx.at2019-01-316-10/+10