diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-08-05 16:53:52 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-08-05 16:58:28 +0100 |
commit | e8e19d66ba460676f7902fd4a97b2848b30d8d80 (patch) | |
tree | 1a530df536cf254a91c475604023a5e9acef0943 /hadrian/bootstrap/cabal.project | |
parent | ce7eeda5e30ce3cc037bbfc8dac26a91bbc5bc7d (diff) | |
download | haskell-wip/hadrian-bootstrap.tar.gz |
hadrian: Add bootstrap scripts for building without cabal-installwip/hadrian-bootstrap
These scripts are originally from the cabal-install repo with a few
small tweaks.
This utility allows you to build hadrian without cabal-install, which can be useful
for packagers. If you are a developer then build hadrian using cabal-install.
If you want to bootstrap with ghc-8.10.5 then run the ./bootstrap script with the
`plan-bootstrap-8.10.5.json` file.
bootstrap.py -d plan-bootstrap-8.10.5.json -w /path/to-ghc
The result of the bootstrap script will be a hadrian binary in
`_build/bin/hadrian`.
There is a script (using nix) which can be used to generate the bootstrap plans for the range
of supported GHC versions using nix.
generate_bootstrap_plans
Otherwise you can run the commands in ./generate_bootstrap_plans directly.
Fixes #17103
Diffstat (limited to 'hadrian/bootstrap/cabal.project')
-rw-r--r-- | hadrian/bootstrap/cabal.project | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/bootstrap/cabal.project b/hadrian/bootstrap/cabal.project new file mode 100644 index 0000000000..e6fdbadb43 --- /dev/null +++ b/hadrian/bootstrap/cabal.project @@ -0,0 +1 @@ +packages: . |