[commit: nofib] master: READE.md: Move `cabal install` instructions (b760674)
git at git.haskell.org
git at git.haskell.org
Wed Jan 16 10:11:21 UTC 2019
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b760674c194a0150e66992f5ab815441c1f64bbd/nofib
>---------------------------------------------------------------
commit b760674c194a0150e66992f5ab815441c1f64bbd
Author: Sebastian Graf <sgraf1337 at gmail.com>
Date: Tue Jan 15 07:23:57 2019 -0500
READE.md: Move `cabal install` instructions
>---------------------------------------------------------------
b760674c194a0150e66992f5ab815441c1f64bbd
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3e215e4..6e610a6 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,15 @@ system GHC:
`git clone -c core.symlinks=true <URL>`.
</details>
-Then, to run the tests, execute:
+Install the [package dependencies](#package-dependencies):
```
$ cabal install html regex-compat
+```
+
+Then, to run the tests, execute:
+
+```
$ make clean # or git clean -fxd, it's faster
$ # Generates input files for the benchmarks and builds compilation
$ # dependencies for make (ghc -M)
More information about the ghc-commits
mailing list