Skip to content
Snippets Groups Projects

READE.md: Move `cabal install` instructions

Merged Sebastian Graf requested to merge patch-2 into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -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)
Loading