1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Fix README*

This commit is contained in:
Eric Wolf 2020-11-02 14:00:18 +01:00 committed by Nicolas Mattia
parent 205240c278
commit 20c899271f
2 changed files with 5 additions and 0 deletions

View File

@ -208,6 +208,8 @@ documentation for [add](#add) and [update](#update)).
The type of the dependency is guessed from the provided URL template, if `-T`
is not specified.
For updating the version of GHC used run this command:
``` shell
$ niv update ghc -v 8.6.2
```

View File

@ -205,6 +205,9 @@ The option `-v` sets the "version" attribute to `8.4.3`. The option `-t` sets a
template that can be reused by niv when fetching a new URL (see the
documentation for [add](#add) and [update](#update)).
The type of the dependency is guessed from the provided URL template, if `-T`
is not specified.
For updating the version of GHC used run this command:
``` shell