- 18 Jun, 2018 3 commits
-
-
Chitrak Raj Gupta authored
* Added featues to binary distribution * Minor revision * Using takeFileName instead of basename * Update BinaryDist.hs
-
Tao He authored
-
Tao He authored
* For executables, we should read the `main-is` field from the cabal file. Previously, we simply treat file name for `Main` module as `Main.hs` to build executable. That doesn't work for the `timeout` program. This patch fixes the problem. * Add comments about the processing of `main-is` field from .cabal file.
-
- 15 Jun, 2018 3 commits
-
-
Chitrak Raj Gupta authored
* Added option to specify config file * Added speed setting for validation * Revision
-
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
-