mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
Update new-working-on-ghc-lib.md to mention da-master-8.8.1-daml-2.x (#18259)
This commit is contained in:
parent
279d36cc6c
commit
c4fbb2aa24
@ -21,7 +21,10 @@ git remote add da-fork git@github.com:digital-asset/ghc.git
|
||||
git fetch da-fork
|
||||
```
|
||||
|
||||
3. Checkout the version of interest (usually `da-master-8.8.1`, which should match `GHC_REV` from [`$DAML_REPO/bazel_tools/ghc-lib/version.bzl`](https://github.com/digital-asset/daml/blob/main/bazel_tools/ghc-lib/version.bzl)) and update the submodules:
|
||||
3. Checkout the version of interest (usually `da-master-8.8.1`, or
|
||||
`da-master-8.8.1-daml-2.x` if you're targetting (daml) `main-2.x`) which should
|
||||
match `GHC_REV` from [`$DAML_REPO/bazel_tools/ghc-lib/version.bzl`](https://github.com/digital-asset/daml/blob/main/bazel_tools/ghc-lib/version.bzl))
|
||||
and update the submodules:
|
||||
```
|
||||
git checkout da-master-8.8.1
|
||||
git submodule update --init --recursive
|
||||
|
Loading…
Reference in New Issue
Block a user