- 05 Aug, 2018 1 commit
-
-
Ben Gamari authored
-
- 31 Jul, 2018 1 commit
-
-
quasicomputational authored
The fix has landed in GHC HEAD. Closes #634.
-
- 20 Jul, 2018 1 commit
-
-
Alp Mestanogullari authored
* implement the equivalent of D4991 for hadrian * use stage2 instead of stage == Stage2
-
- 19 Jul, 2018 1 commit
-
-
Michael Sloan authored
-
- 27 Jun, 2018 2 commits
-
-
Alp Mestanogullari authored
* use @quasicomputational's Cabal branch in CI for the time being * workaround can't-use-Natural-in-base
-
Alp Mestanogullari authored
-
- 22 Jun, 2018 1 commit
-
-
Chitrak Raj Gupta authored
* adding include directories * Adding includes * Stable cabal sandbox build
-
- 20 Jun, 2018 2 commits
-
-
Chitrak Raj Gupta authored
* adding include directories * Adding includes * Shipping ghci
-
Chitrak Raj Gupta authored
* Improved GhcCabal library arguments * setting enviornment for extra programs * Copied necessary programs * Added support to generate ghcconfig We will need it for properly configuring python command Some revisions * Using ghcconfig file for test parameters * minor changes * minor revision * Update Ghc.hs
-
- 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 4 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
-