Skip to content
Snippets Groups Projects
Unverified Commit 03334eb8 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #8033 from varehus/master

backticks (markdown files)
parents c2eb7bac 4c90ca8c
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@ The current recommended way of developing Cabal is to use the
that you have a sufficiently recent cabal-install (see above),
it is sufficient to run:
~~~~
```
cabal v2-build cabal
~~~~
```
To build a local, development copy of cabal-install. The location
of your build products will vary depending on which version of
......@@ -20,11 +20,11 @@ to find the binary (or just run `find -type f -executable -name cabal`).
Here are some other useful variations on the commands:
~~~~
```
cabal v2-build Cabal # build library only
cabal v2-build Cabal-tests:unit-tests # build Cabal's unit test suite
cabal v2-build cabal-tests # etc...
~~~~
```
Running tests
-------------
......
......@@ -28,18 +28,18 @@ Installing cabal-install (preferred, with cabal-install)
Assuming that you have a pre-existing, recent version of `cabal-install`, run:
~~~~
```
cabal install cabal-install
~~~~
```
To get the latest version of `cabal-install`. (You may want to `cabal update` first.)
To install the latest version from the Git repository, clone the
Git repository and then run:
~~~~
```
cabal install --project-file=cabal.project.release cabal-install
~~~~
```
Installing cabal-install without cabal-install
----------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment