[commit: nofib] patch-2: READE.md: Move `cabal install` instructions (8a85944)
git at git.haskell.org
git at git.haskell.org
Tue Jan 15 12:24:15 UTC 2019
Repository : ssh://git@git.haskell.org/nofib
On branch : patch-2
Link : http://ghc.haskell.org/trac/ghc/changeset/8a85944c3456bdc86b6638edf91677daead036ad/nofib
>---------------------------------------------------------------
commit 8a85944c3456bdc86b6638edf91677daead036ad
Author: Sebastian Graf <sgraf1337 at gmail.com>
Date: Tue Jan 15 07:23:57 2019 -0500
READE.md: Move `cabal install` instructions
>---------------------------------------------------------------
8a85944c3456bdc86b6638edf91677daead036ad
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 629cb4b..38fd5dc 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,15 @@ system GHC:
## Using
-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