- Apr 08, 2018
-
-
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
-
- Apr 03, 2018
-
-
* 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.
-
* 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
-
Fixes #543
-
-
Andrey Mokhov authored
* Fix warnings * Link to GitHub issues See #544
-
- Mar 31, 2018
-
-
Moritz Angermann authored
Move rts I/O Functions in different namespace.
-
- Mar 30, 2018
-
-
* Use Cabal directly in place of ghc-cabal; make build root configurable. This commit implements two significant changes (that were not easy to separate): - Don't use ghc-cabal anymore for getting information about Haskell packages. We now instead directly use Cabal-the-library. - Make the build root configurable. This effectively gets rid of the inplace logic and allows us to place _all_ build artefacts in some directory of our choice, by passing '--build-root <some path>' to hadrian. The code for this was mostly taken from #445. * fix documentation rules * remove some leftover unrelated, commented-out code * more documentation fixes, address some feedback * cleanup * more cleanup * boot and configure explicitly in travis CI scripts * update cabal/ghc versions in .travis.yml (8.0.x not supported anymore) * temporarily disable dynamic ways in Settings.Default * update appveyor script * travis: when booting with 8.2.2, build a complete stage2 compiler * Fix CI? Try to fix the CI by adding the `debug` rts way back in. * Update Quickest.hs Replicate the make build systems build flavours. * Update .travis.yml - Run selftest, and build in separate instances. - try with python2 - and unify mac to stage2 * Update .travis.yml upgrade python on mac * [travis] os x: test the freshly built ghc * Get rid of two unused GhcCabalMode constructors * fix ghc-split rule, get rid of Install/Wrappers rules * address more feedback * ConfiguredCabal -> PackageData, more comments, more feedback addressed * make the complete stage 2 build the default * use a dummy package instead of base in Rules.hs * update CI scripts * attempt at fixing hadrian's -c option * .travis.yml: use -c everywhere again * travis: back to explicit './boot && ./configure' * update README.md and doc/user-settings.md to reflect configurable build root * some more feedback
-
- Mar 27, 2018
-
-
Tamar Christina authored
-
- Mar 22, 2018
-
-
See #534 and https://ghc.haskell.org/trac/ghc/ticket/10536
-
- Mar 20, 2018
-
-
- Mar 19, 2018
-
-
- Mar 14, 2018
-
-
Andrey Mokhov authored
See #523
-
- Mar 13, 2018
-
-
Andrey Mokhov authored
Bump Cabal version
-
Andrey Mokhov authored
See #527
-
- Mar 05, 2018
-
-
Andrey Mokhov authored
Drop the no longer necessary chmod
-
Andrey Mokhov authored
-
Andrey Mokhov authored
See #517
-
-
- Feb 28, 2018
-
-
* Pin shell.nix Also adds a new option to build `cabal-install` HEAD which is sometimes useful. * Bump QuickCheck bound * Remove cabal-install which snuck in
-
- Feb 27, 2018
-
-
Andrey Mokhov authored
See #308
-
- Feb 23, 2018
-
-
* shell.nix: Use ghc822 (ghc821 is no longer available) * shell.nix: It's nativeBuildInputs now * shell.nix: ./validate needs sphinx to be available
-
- Feb 22, 2018
-
-
Andrey Mokhov authored
See #508
-
- Feb 20, 2018
-
-
Andrey Mokhov authored
* Undo iserv changes See #504 and https://phabricator.haskell.org/D4377 * Update comments
-
This has been the case since haskell/parsec@89d4541.
-
- Feb 19, 2018
-
-
* move a bunch of types into dedicated modules * address review feedback * do away with Hadrian.Builder.Mode for now
-
- Feb 18, 2018
-
-
Andrey Mokhov authored
Also reorder other flags as in the Make build system See https://phabricator.haskell.org/D4365
-
- Feb 17, 2018
-
-
Andrey Mokhov authored
See https://phabricator.haskell.org/D4377
-
- Feb 15, 2018
-
-
Andrey Mokhov authored
Relax Cabal constraint
-
Moritz Angermann authored
As the Cabal 2.2 release branch has been cut, we need to relax the constraint on Cabal in hadrian.
-
- Feb 09, 2018
-
-
Andrey Mokhov authored
Add support for runtime dependencies
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
- Feb 07, 2018
-
-
Andrey Mokhov authored
* Fix Hadrian after Cabal changes * Bump Cabal's lower bound
-
- Feb 04, 2018
-
-
Andrey Mokhov authored
See https://phabricator.haskell.org/D3237
-
- Feb 03, 2018
-
-
Andrey Mokhov authored
See #492.
-
- Jan 26, 2018
-
-
* Support run GHC's test from hadrian. 1. Necessary command line arguments to run test driver. + `--test-only=<TEST_CASE>` + `--test-skip-perf` + `--test-summary=<SUMMARY_FILE>` + `--test-junit=<SUMMARY_FILE>` + `--test-config=<EXTRA_TEST_CONFIG>` 2. Synchronize configurations from test.mk. 3. Synchronize GHC's compilation flags from test.mk (that's very important). * The `RunTest` builder and `test` rule to run GHC's test. * Timeout rules. * Reduce boilerplate. * Fix warning. * Move getTestArgs into Settings.Builders.RunTest. * Drop `validate` related code to avoid confusion. * Replace explicit `chmod +x` with `makeExecutable`. * Fix executable's extension.
-
- Dec 17, 2017
-
-
* Fix colours * Simplify data types * Fix doc typo
-