- 15 Jun, 2018 2 commits
-
-
Alp Mestanogullari authored
* attempt at setting some more test arguments correctly * use vanillaContext
-
Andrey Mokhov authored
* Minor clean up * Track rts.cabal * Move all package-specific settings to Settings.Packages, plus another revision, see #540 * Drop Rules.PackageData
-
- 14 Jun, 2018 2 commits
-
-
Chitrak Raj Gupta authored
* Rule for testsuite dependencies * Added RunTest config options * added support to set test speed with runtest * Added support for more testing features * Rectified Merge Errors * using all available threads * Minor Revision * Removed TestThread argument * Update Utilities.hs * Added support to choose test compiler * Minor Revision * Added comments * Update RunTest.hs * Update CommandLine.hs * Update RunTest.hs
-
Andrey Mokhov authored
See #540
-
- 13 Jun, 2018 3 commits
-
-
sgillespie authored
See #615
-
Tao He authored
The shake-0.16 can't be built with ghc-8.4.3, due to the Semigroup-Monoid-Proposal changes. shake-0.16.1 fixed that.
-
Chitrak Raj Gupta authored
* Rule for testsuite dependencies * Separated validate builder arguments * Added RunTest config options * added support to set test speed with runtest * Fixed minor bug with testConfigs Removed indentation error * Added support for more testing features * Rectified Merge Errors * Removed need rule for Hp2ps * using all available threads * Minor Revision * Removed TestThread argument * Update Utilities.hs
-
- 12 Jun, 2018 1 commit
-
-
Andrey Mokhov authored
* Update RTS flags See #611 * More tweaks
-
- 10 Jun, 2018 1 commit
-
-
Andrey Mokhov authored
See https://phabricator.haskell.org/D4436
-
- 06 Jun, 2018 1 commit
-
-
Alp Mestanogullari authored
-
- 25 May, 2018 1 commit
-
-
Andrey Mokhov authored
-
- 18 May, 2018 1 commit
-
-
Alp Mestanogullari authored
-
- 17 May, 2018 1 commit
-
-
Alp Mestanogullari authored
* first draft of a nofib rule * address some of Andrey's feedback * refactor nofib into a proper Builder, now runs but one of the programs fails * more subtle error handling, docs * get rid of RunNofib builder, invoke commands directly
-
- 16 May, 2018 1 commit
-
-
Kavon Farvardin authored
For details, see https://phabricator.haskell.org/D4695
-
- 11 May, 2018 2 commits
-
-
Andrey Mokhov authored
See #593
-
Andrey Mokhov authored
-
- 10 May, 2018 1 commit
-
-
Alp Mestanogullari authored
A nicer fix would involve patching GHC to not just look under $libexec/ but also under the directory where the GHC binary itself lives (bin/ for hadrian), so that we can leave all binaries under bin/. Addresses Trac #15132.
-
- 27 Apr, 2018 3 commits
-
-
Neil Mitchell authored
-
Zhen Zhang authored
-
Zhen Zhang authored
-
- 24 Apr, 2018 1 commit
-
-
Andrey Mokhov authored
-
- 23 Apr, 2018 1 commit
-
-
Alp Mestanogullari authored
I noticed that one sentence from the README is out of date, so here's a tentative wording that reflects the current state of things.
-
- 18 Apr, 2018 1 commit
-
-
Andrey Mokhov authored
* Copy inplace/mingw to the build root * Run Hadrian with -c on AppVeyor
-
- 17 Apr, 2018 6 commits
-
-
Andrey Mokhov authored
See #541
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Alp Mestanogullari authored
* wip * debugging output * Compute ProjectVersion on demand ONLY! * remove debugging output, boot with --hadrian * go back to using -c everywhere in .travis.yml * prioritise libgmp.a rule over catch-all *.a rule, to avoid conflict * add missing import * tentative fix for the appveyor script * use backslashes in appveyor.yml * less 'cd'ing around in appveyor.yml * address most of @snowleopard's feedback * address last bit of feedback
-
Andrey Mokhov authored
-
Andrey Mokhov authored
* Minor revision * Use untracked doesFileExist
-
- 16 Apr, 2018 3 commits
-
-
Andrey Mokhov authored
* Drop support for lib0 libraries See #573 * Minor refactoring
-
Andrey Mokhov authored
* Fix the path to touchy * Allow binaries to live in lib/bin
-
Andrey Mokhov authored
* Fix path to GMP's config.mk * Minor revision * Relocate GMP's build artefacts
-
- 13 Apr, 2018 1 commit
-
-
Andrey Mokhov authored
See #554
-
- 12 Apr, 2018 1 commit
-
-
Andrey Mokhov authored
* Fix indentation * Pass the verbosity setting to Cabal * Add a workaround for missing fs.h files
-
- 11 Apr, 2018 1 commit
-
-
Andrey Mokhov authored
* Print diagnostic info in verbose mode * Try enable-distro-toolchain * Improve error handling
-
- 10 Apr, 2018 1 commit
-
-
Andrey Mokhov authored
Fix copyFile failure on Windows plus minor revision
-
- 08 Apr, 2018 1 commit
-
-
Andrey Mokhov authored
* Call the boot script using the right Python interpreter * Install Python3 * Call boot and configure from Stack environment * Stay in Hadrian directory * Fix path to Stack * Fix slashes * Use bash to run configure
-
- 03 Apr, 2018 3 commits
-
-
Alp Mestanogullari authored
* Preliminary bindist rule For now, we only ship `<build root>/{bin, lib}` and the few make build system related files that are needed to support a simple ``` ./configure [--prefix=PATH] && make install ``` workflow. The current binary distributions of GHC support a wider range of parameters, but I figured it would be a good thing to start with this and enhance it as we all see fit and perhaps using feedback from GHC HQ (@bgamari in particular) and bindist users. * document binary distribution rule in README * sdist-ghc -> source-dist, Rules.Bindist -> Rules.BinaryDist * add missing src/Rules/BinaryDist.hs
-
Andrey Mokhov authored
This reverts commit 15797302.
-
Alp Mestanogullari authored
* Preliminary bindist rule For now, we only ship `<build root>/{bin, lib}` and the few make build system related files that are needed to support a simple ``` ./configure [--prefix=PATH] && make install ``` workflow. The current binary distributions of GHC support a wider range of parameters, but I figured it would be a good thing to start with this and enhance it as we all see fit and perhaps using feedback from GHC HQ (@bgamari in particular) and bindist users. * document binary distribution rule in README * sdist-ghc -> source-dist, Rules.Bindist -> Rules.BinaryDist
-