From 20c899271f288d33114760bc298838575fc6c7f9 Mon Sep 17 00:00:00 2001 From: Eric Wolf Date: Mon, 2 Nov 2020 14:00:18 +0100 Subject: [PATCH] Fix README* --- README.md | 2 ++ README.tpl.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index afa784f..ddebb0d 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README.tpl.md b/README.tpl.md index 636e8ef..0045c21 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -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