Skip to content

Commit

Permalink
Fix a silly spelling mistake in developer docs (digital-asset#1089)
Browse files Browse the repository at this point in the history
* Fix a silly spelling mistake in developer docs

* Another edit; missing command
Shayne Fletcher authored and mergify[bot] committed May 11, 2019
1 parent 63960bf commit 526df6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ghc-lib/working-on-ghc-lib.md
Original file line number Diff line number Diff line change
@@ -6,15 +6,15 @@ SPDX-License-Identifier: (Apache-2.0 OR BSD-3-Clause)
If you need to build, test, deploy or develop [`ghc-lib`](https://github.com/digital-asset/ghc-lib) as used by DAML and utilizing the Digital Asset [GHC fork](https://github.com/digital-asset/ghc) these notes are for you.

## Table of contents
* [Prequsites](#prequisites)
* [Prerequisites](#prerequisites)
* [How to build `ghc` from the DA GHC fork](#how-to-build-ghc-lib-from-the-da-ghc-fork)
* [How to build `ghc-lib` from the DA GHC fork](#how-to-build-ghc-lib-from-the-da-ghc-fork)
* [How to test `ghc-lib`](#how-to-test-ghc-lib)
* [How to deploy `ghc-lib`](#how-to-deploy-ghc-lib)
* [How to rebase `ghc-lib` on upstream master](#how-to-rebase-ghc-lib-on-upstream-master)
* [How to develop `ghc-lib`](#how-to-develop-ghc-lib)

## Prequisites
## Prerequisites

- Download `stack` and other tools:
```bash
@@ -104,6 +104,7 @@ tar xvf ghc-lib-parser-xxx.tar.gz
tar xvf ghc-lib-xxx.tar.gz
mv ghc-lib-parser-xxx ghc-lib-parser
mv ghc-lib-xxx ghc-lib
sed '$d' stack.yaml > stack.yaml.tmp&&cp stack.yaml.tmp stack.yaml
cat << EOF >> stack.yaml
- ghc-lib-parser
- ghc-lib

0 comments on commit 526df6f

Please sign in to comment.